Skip to content

ElectronExtension

Unofficial

A loaded Chrome extension.

Import:

import type { ElectronExtension } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface ElectronExtension

Properties

Property Type Description
id string The extension id.
manifest unknown Copy of the extension's manifest data.
name string The extension name.
path string The extension's file path.
url string The extension's chrome-extension:// URL.
version string The extension version.

Links to this page: