Group Tabs
Automatically groups and sorts tabs alphabetically
What is Group Tabs?
Group Tabs is a Chrome extension developed by Dopefish, and its main feature is "Automatically groups and sorts tabs alphabetically".
Extension Screenshots
Download Group Tabs Extension CRX File
Download Group Tabs 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
Extension Basic Information
Name | Group Tabs |
ID | flmfnoedhndfmjkghfedjblmcbhcjdpl |
Official URL | https://chromewebstore.google.com/detail/group-tabs/flmfnoedhndfmjkghfedjblmcbhcjdpl |
Description | Automatically groups and sorts tabs alphabetically |
File Size | 3.68 KB |
Installation Count | 34 |
Current Version | 1.1 |
Last Updated | 2015-06-15 |
Publish Date | 2015-06-14 |
Rating | 2.00/5 Total 2 Ratings |
Developer | Dopefish |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Group Tabs", "version": "1.1", "description": "Automatically groups and sorts tabs alphabetically", "icons": { "128": "128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |