Members
length
- Source
Methods
Symbols.serialize() → (non-null) {Object}
- Source
Returns:
A serialized representation of this Extensions object.
- Type:
- Object
add(…args)
Add additional extensions to install when launching the browser. Each extension should be specified as the path to the packed CRX file, or a Buffer for an extension.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
args | string | | <repeatable> | The extensions to add. |
- Source