Smart Tab Groups
Automatically manages your tabs by URL!
What is Smart Tab Groups?
Smart Tab Groups is a Chrome extension developed by melenbowl, and its main feature is "Automatically manages your tabs by URL!".
Extension Screenshots
Download Smart Tab Groups Extension CRX File
Download Smart Tab Groups 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
This extension will track the tabs you have open. If it notices another similar tab is already in a group, it will automatically add that tab to the group for you. Sources - Extension icons: https://www.freepik.com
Extension Basic Information
Name | Smart Tab Groups |
ID | phjgaokonmahgagcjmjedgnnedglgbpc |
Official URL | https://chromewebstore.google.com/detail/smart-tab-groups/phjgaokonmahgagcjmjedgnnedglgbpc |
Description | Automatically manages your tabs by URL! |
File Size | 12.52 KB |
Installation Count | 121 |
Current Version | 1.0 |
Last Updated | 2021-02-18 |
Publish Date | 2021-02-18 |
Rating | 4.00/5 Total 2 Ratings |
Developer | melenbowl |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Tab Groups", "version": "1.0", "description": "Automatically manages your tabs by URL!", "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/tab16.png", "32": "images\/tab32.png", "64": "images\/tab64.png", "128": "images\/tab128.png" }, "manifest_version": 2 } |