Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 623 Bytes

File metadata and controls

18 lines (11 loc) · 623 Bytes

ExtActiveTabState

To the main

Library Function

Allows to get the metadata of the currently opened (focused) tab.
Moreover, you can provide any data from the active tab (through content script)!
Conveniently subscribe to this data from specific pages using namespaces.
In sum, every time the user switches between tabs, you can receive data and the state of the active tab.

Manifest Permissions

  • host match patterns or activeTab if you want to use content scripts (reference)

API

In the process of writing