Tab Hell
Sort of solution of "Tab Hell problem".
What is Tab Hell?
Tab Hell is a Chrome extension developed by weiz, and its main feature is "Sort of solution of "Tab Hell problem".".
Extension Screenshots
Download Tab Hell Extension CRX File
Download Tab Hell 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
You have a problem with lots of opened browser tabs? All tabs "needed" but never used? This extension autoclose forgotten tabs and save list of this tabs. Additional functions: - grouping tabs by hostname; - reload all tabs; - remove duplicates of tabs;
Extension Basic Information
Name | Tab Hell |
ID | aedkiopiicejaoodpoohpjjhjfdokgfd |
Official URL | https://chromewebstore.google.com/detail/tab-hell/aedkiopiicejaoodpoohpjjhjfdokgfd |
Description | Sort of solution of "Tab Hell problem". |
File Size | 21.15 KB |
Installation Count | 47 |
Current Version | 0.1.2 |
Last Updated | 2015-05-07 |
Publish Date | 2015-05-07 |
Rating | 3.33/5 Total 3 Ratings |
Developer | weiz |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Hell", "description": "__MSG_extDescription__", "version": "0.1.2", "browser_action": { "default_icon": "tabHell.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "options_page": "options.html", "default_locale": "en" } |