Tab Grouper
Find and manage your tabs easier.
What is Tab Grouper?
Tab Grouper is a Chrome extension developed by https://alexzran.com, and its main feature is "Find and manage your tabs easier.".
Extension Screenshots
Download Tab Grouper Extension CRX File
Download Tab Grouper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Helps you with: Browse all tabs opened. Click to jump to a tab. Select and smart grouping all tabs by website. Bookmark selected tabs in a folder and close them. Feedback here!: https://airtable.com/shr13uwuvCmGz3tBT Roadmap: https://chrome-tab-grouper.notion.site/
Extension Basic Information
Name | Tab Grouper |
ID | dkiignmfiekgmokkmnpgohpcdolellbn |
Official URL | https://chromewebstore.google.com/detail/tab-grouper/dkiignmfiekgmokkmnpgohpcdolellbn |
Description | Find and manage your tabs easier. |
File Size | 9.62 KB |
Installation Count | 50 |
Current Version | 0.0.0.6 |
Last Updated | 2023-01-16 |
Publish Date | 2022-02-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://alexzran.com |
[email protected] | |
Payment Type | free |
Extension Website | https://chrome-tab-grouper.notion.site/ |
Help Page URL | https://airtable.com/shr13uwuvCmGz3tBT |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Grouper", "description": "Find and manage your tabs easier.", "version": "0.0.0.6", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "tabGroups" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "16": "\/images\/icon.png", "32": "\/images\/icon.png", "48": "\/images\/icon.png", "128": "\/images\/icon.png" } } |