Programmatic control
#
cURLcurl -X POST -H 'Authorization: Bearer <your-admin-token>' \ <embed_url>/tabs.update \ -d '[1, {"active": true}]'
View all the supported tab methods (e.g. tabs.create
, tabs.remove
) here.
The request body mirrors the function signature of the Chrome extension tab API, found here.