Tab Group
Organize your tabs
What is Tab Group?
Tab Group is a Chrome extension developed by Unknown, and its main feature is "Organize your tabs".
Extension Screenshots
Download Tab Group Extension CRX File
Download Tab Group 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
Tab Group allows users to create groupings of links/urls/internet pages. Users can easily create new groupings by entering a name and description for the group and adding links to them. They can also pull all the links from currently opened tabs. Users can choose to open the items within the indicated grouping all at once in different tabs. Very useful when opening the browser depending on specific purposes (groups can contain things you might want to differentiate ie: fun and games, work, coding, readings, art history class, trip planning).
Extension Basic Information
Name | Tab Group |
ID | fdagimofkjchlmpjdgafapdkhdejfgfj |
Official URL | https://chromewebstore.google.com/detail/tab-group/fdagimofkjchlmpjdgafapdkhdejfgfj |
Description | Organize your tabs |
File Size | 15.1 KB |
Installation Count | 83 |
Current Version | 1.1 |
Last Updated | 2014-10-17 |
Publish Date | 2014-10-17 |
Rating | 2.00/5 Total 6 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/JessicaFu/TabGroup |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Group", "version": "1.1", "description": "Organize your tabs", "browser_action": { "default_icon": "images\/new_directory.png", "default_popup": "tabGroups.html" }, "permissions": [ "tabs" ] } |