Tab Tree
Tree view for your browser tabs
What is Tab Tree?
Tab Tree is a Chrome extension developed by gaoliang, and its main feature is "Tree view for your browser tabs".
Extension Screenshots
Download Tab Tree Extension CRX File
Download Tab Tree 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
Provides a tree view of browser tabs. Feature list: 1. 🌲 Automatically organized tab tree view 2. ❌ Support closing all tabs below any level with one click 3. 👉 Support switching to a tab by clicking Note: The order of the tabs that have been opened before installing the plugin may be wrong. Source Code: https://github.com/gaoliang/tab-tree
Extension Basic Information
Name | Tab Tree |
ID | fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Official URL | https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Description | Tree view for your browser tabs |
File Size | 858 KB |
Installation Count | 650 |
Current Version | 1.0 |
Last Updated | 2022-02-10 |
Publish Date | 2022-02-10 |
Rating | 4.50/5 Total 4 Ratings |
Developer | gaoliang |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/gaoliang/tab-tree |
Help Page URL | https://github.com/gaoliang/tab-tree/issues |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Tree", "description": "Tree view for your browser tabs", "version": "1.0", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "action": { "default_popup": "index.html" }, "background": { "service_worker": "background.js" } } |