Go to file
James Skemp f937a666b5 Add functionality to group tabs 2023-01-15 21:46:42 -06:00
images Add initial functionality to get Chrome Developer tabs 2023-01-15 20:20:34 -06:00
src Add functionality to group tabs 2023-01-15 21:46:42 -06:00
.gitignore Initial commit 2023-01-16 00:43:09 +00:00
.parcelrc Initial commit 2023-01-16 00:43:09 +00:00
README.md Add functionality to group tabs 2023-01-15 21:46:42 -06:00
manifest.json Add functionality to group tabs 2023-01-15 21:46:42 -06:00
package-lock.json Initial commit 2023-01-16 00:43:09 +00:00
package.json Add functionality to group tabs 2023-01-15 21:46:42 -06:00
tsconfig.json Add initial functionality to get Chrome Developer tabs 2023-01-15 20:20:34 -06:00

README.md

Chrome Extension: Tabs Manager

Following https://developer.chrome.com/docs/extensions/mv3/getstarted/tut-tabs-manager/

  1. npm install
  2. npm run build

Permissions

  • host_permissions: Grant elevated permissions (tab title, URL, and other capabilities) only to certain sites.
    • Alternative would be tabs permission, but that would grant access to all tabs.
  • tab_groups: Name tab groups and choose a background color.