
focusTab
Focus a tab with window.focusTab() function
What is focusTab?
focusTab is a convenient Firefox add-on that enables you to easily focus a tab by utilizing the window.focusTab() function. It provides a simple and efficient way to bring a specific tab into focus based on its title, URL, or using wildcards.

Stats
- tabs
Other platforms

Summary
Usage
// Focus a tab with title
focusTab({title: 'Example Domain'})
// Focus a tab with url
focusTab({url: 'http://example.com/'})
// Focus a tab with wildcard
focusTab({url: 'https://www.google.com/search*'})
First argument is queryInfo object. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/query#Parameters
Safety
Risk impact
focusTab is risky to use as it requires a number of sensitive permissions that can potentially harm your browser and steal your data. Exercise caution when installing this add-on. Review carefully before installing. We recommend that you only install focusTab if you trust the publisher.
Risk likelihood
focusTab has earned a fairly good reputation and likely can be trusted.