Skip to content
James Tomasino edited this page Feb 25, 2020 · 1 revision

Permissions

This extension uses several permissions allowed by the web extensions API.

contextMenus

Stutter allows you to read selected text by highlighting content and right-clicking to view the context menu option. This permission allows us to add the Stutter option to the context menu.

activeTab

This permission allows the extension to inject the content script code into the browser tab when an action takes place, like clicking on the extension icon. It provides a limited access to the tab that's active when triggered.

storage

Options in the settings page are stored in browser storage by using this permission. These settings persist between browser restarts.

Note: Stutter settings will sync between browsers if you have browser sync enabled and the storage permission allowed.

Clone this wiki locally