Extension class
Extension represents an Extension instance installed in the browser.
Signature
export declare abstract class Extension
Constructors
Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(id, version, name) | Constructs a new instance of the |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| id |
| string | |
| name |
| string | |
| version |
| string |
Methods
Method | Modifiers | Description |
|---|---|---|
| pages() | ||
| triggerAction(page) | ||
| workers() |