Control Chrome with AppleScript
Control Google Chrome browser tabs, windows, and navigation
chromebrowserremote
This extension allows you to control Google Chrome browser tabs, windows, and navigation through Chrome's official AppleScript API. You can open URLs, manage tabs, execute JavaScript, and retrieve page content. This extension is meant to be a demonstration of Desktop Extensions. This extension is not affiliated with Google or Chrome.
ツール
名前 | 説明 |
---|---|
open_url | Open a URL in Chrome, either in a new tab or current tab. |
get_current_tab | Get information about the current active tab. |
list_tabs | List all open tabs in Chrome. |
close_tab | Close a specific tab. |
switch_to_tab | Switch to a specific tab. |
reload_tab | Reload a tab. |
go_back | Navigate back in browser history. |
go_forward | Navigate forward in browser history. |
execute_javascript | Execute JavaScript in the current tab. |
get_page_content | Get the text content of the current page. |