Group Your Tabs
When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists
What is Group Your Tabs?
Group Your Tabs is a Chrome extension developed by potapov.vitaliy, and its main feature is "When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists".
Extension Screenshots
Download Group Your Tabs Extension CRX File
Download Group Your 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
Features: - group tabs per domain - group search results - group rarely used tabs
Extension Basic Information
Name | Group Your Tabs |
ID | chaoejepfhlcelgpicelfccoiojpiofn |
Official URL | https://chromewebstore.google.com/detail/group-your-tabs/chaoejepfhlcelgpicelfccoiojpiofn |
Description | When you open too many tabs, just click the extension button - and all your tabs will be grouped in a pretty lists |
File Size | 66.76 KB |
Installation Count | 11,016 |
Current Version | 1.7 |
Last Updated | 2015-02-15 |
Publish Date | 2015-02-15 |
Rating | 3.50/5 Total 148 Ratings |
Developer | potapov.vitaliy |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "version": "1.7", "author": "Vitaliy Potapov", "manifest_version": 2, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/group-your-tabs\/chaoejepfhlcelgpicelfccoiojpiofn", "default_locale": "en", "permissions": [ "tabs", "storage", "contextMenus" ], "browser_action": { "default_icon": { "19": "img\/kpager-19.png", "38": "img\/kpager-38.png" } }, "icons": { "16": "img\/kpager-16.png", "48": "img\/kpager-48.png", "128": "img\/kpager-128.png" }, "background": { "scripts": [ "bg\/utils.js", "bg\/debug.js", "bg\/storage.js", "bg\/onmessage.js", "bg\/onupdate.js", "bg\/serp.js", "bg\/rarely.js", "bg\/opened-pages.js", "bg\/background.js", "bg\/context-menu.js", "bg\/button.js" ], "persistent": true }, "options_page": "options\/options.html" } |