Tab Groups
A variation of the firefox tab group feature for chrome.
What is Tab Groups?
Tab Groups is a Chrome extension developed by axolotl, and its main feature is "A variation of the firefox tab group feature for chrome.".
Extension Screenshots
Download Tab Groups Extension CRX File
Download 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
See the website readme.
Extension Basic Information
Name | Tab Groups |
ID | gccimjdagnkcchleckogmciiefdngcgl |
Official URL | https://chromewebstore.google.com/detail/tab-groups/gccimjdagnkcchleckogmciiefdngcgl |
Description | A variation of the firefox tab group feature for chrome. |
File Size | 2.09 MB |
Installation Count | 193 |
Current Version | 0.1 |
Last Updated | 2015-03-18 |
Publish Date | 2015-03-18 |
Rating | 1.67/5 Total 15 Ratings |
Developer | axolotl |
Payment Type | free |
Extension Website | https://github.com/Risto-Stevcev/tabgroups |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Groups", "description": "A variation of the firefox tab group feature for chrome.", "version": "0.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "chrome:\/\/favicon\/*" ] } |