Session.getExtension method
Session › getExtension
Unofficial
Returns the loaded extension with the given ID.Signature:
getExtension(extensionId: string): ElectronExtensionParameters:
| Parameter | Type | Description |
|---|---|---|
| extensionId | string | The extension ID. |
Returns: ElectronExtension — The loaded extension.