extension_load
Loads a Chrome extension from a local path, launches the browser with optional initial URL and flags, then returns the extension ID.
Instructions
Load a Chrome extension and launch the browser. Returns extension ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Initial URL to navigate to after loading | |
| chromeFlags | No | Additional Chrome flags | |
| extensionPath | Yes | Path to the unpacked extension directory |