Header menu logo fable-electron-docs-api

Extension Type

Constructors

Constructor Description

Extension(id, manifest, name, path, version, url)

Full Usage: Extension(id, manifest, name, path, version, url)

Parameters:
    id : string -
    manifest : obj - Copy of the extension's manifest data.
    name : string -
    path : string - The extension's file path.
    version : string -
    url : string - The extension's chrome-extension:// URL.

Returns: Extension
id : string

manifest : obj

Copy of the extension's manifest data.

name : string

path : string

The extension's file path.

version : string

url : string

The extension's chrome-extension:// URL.

Returns: Extension

Instance members

Instance member Description

this.id

Full Usage: this.id

this.manifest

Full Usage: this.manifest

Copy of the extension's manifest data.

this.name

Full Usage: this.name

this.path

Full Usage: this.path

The extension's file path.

this.url

Full Usage: this.url

The extension's chrome-extension:// URL.

this.version

Full Usage: this.version

Type something to start searching.