简体   繁体   中英

How to switch tabs in a browser Web Extension

As title states ^

In these docs, there's a lot of support for working with tabs.

https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs

Including moving tabs around, deleting them, duplicating, reloading, executing javascript in the tab, etc. But I don't see anything that allows me to focus a given a tab.

Am I missing something?

tabs.update(tabId, {highlighted:true})

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM