apple_chrome
Control Google Chrome: open URLs, manage tabs, reload pages, navigate history, execute JavaScript, and handle windows.
Instructions
Control Google Chrome browser. Actions: open_url, current_url, current_title, list_tabs, close_tab, reload, js_execute, back, forward, new_window, new_incognito, close_window, tab_count, new_tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open | |
| code | No | JavaScript code to execute | |
| action | Yes | open_url: Open a URL in Google Chrome; current_url: Get URL of the active Chrome tab; current_title: Get title of the active Chrome tab; list_tabs: List all open Chrome tabs across all windows; close_tab: Close the active Chrome tab; reload: Reload the active Chrome tab; js_execute: Execute JavaScript in the active Chrome tab; back: Go back in browser history; forward: Go forward in browser history; new_window: Open a new Chrome window; new_incognito: Open a new incognito window in Chrome; close_window: Close the front Chrome window; tab_count: Count total open tabs across all Chrome windows; new_tab: Open a new tab in Chrome, optionally with a URL | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |