TabTree
Sort your tabs and show them as a tree.
What is TabTree?
TabTree is a Chrome extension developed by TreeHugger, and its main feature is "Sort your tabs and show them as a tree.".
Extension Screenshots
Download TabTree Extension CRX File
Download TabTree 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
Your browser was a mess. You had too many tabs. Now, click a button, and view your tabs sorted, grouped, as a tree. Find what you need easier. Close what you don't need in batch. It's simple, and you'll be surprised how much it helps.
Extension Basic Information
Name | TabTree |
ID | lhjaemlbbmojcmfcljjmbamecahgdlkp |
Official URL | https://chromewebstore.google.com/detail/tabtree/lhjaemlbbmojcmfcljjmbamecahgdlkp |
Description | Sort your tabs and show them as a tree. |
File Size | 120 KB |
Installation Count | 1,082 |
Current Version | 1.2 |
Last Updated | 2015-07-29 |
Publish Date | 2015-07-28 |
Rating | 3.75/5 Total 12 Ratings |
Developer | TreeHugger |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabTree", "description": "Sort your tabs and show them as a tree.", "version": "1.2", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "tree-icon-48.png", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "icons": { "16": "tree-icon-16.png", "32": "tree-icon-32.png", "48": "tree-icon-48.png", "128": "tree-icon-128.png" } } |