-
Notifications
You must be signed in to change notification settings - Fork 12
Permissions
James Tomasino edited this page Feb 25, 2020
·
1 revision
This extension uses several permissions allowed by the web extensions API.
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.
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.
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.