eval_extension_page
Run JavaScript inside a Chrome extension's popup or side panel, unlocking chrome.* API access for direct testing and validation.
Instructions
Execute JavaScript in an extension popup or side panel page context (has access to chrome.* APIs).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Which extension page to evaluate in | |
| expression | Yes | JavaScript expression to evaluate in the extension page context |