NyasakiAT / NotesExtension

A handy chrome extension to quickly save portions of webpages and other stuff!
4 stars 3 forks source link

Tabs Permission #13

Closed NyasakiAT closed 3 years ago

NyasakiAT commented 3 years ago

You can use most chrome.tabs methods and events without declaring any permissions in the extension's manifest file. However, if you require access to the url, pendingUrl, title, or favIconUrl properties of tabs.Tab, you must declare the "tabs" permission in the manifest, as shown below: https://developer.chrome.com/docs/extensions/reference/tabs/

NyasakiAT commented 3 years ago

Duplicate of #12