Tab Tree
Tree view for your browser tabs
Wat is Tab Tree?
Tab Tree is een Chrome-extensie ontwikkeld door gaoliang, en de belangrijkste functie is "Tree view for your browser tabs".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Tree
Download Tab Tree-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Tab Tree |
ID | fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Officiële URL | https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Beschrijving | Tree view for your browser tabs |
Bestandsgrootte | 858 KB |
Aantal Installaties | 650 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-10 |
Publicatiedatum | 2022-02-10 |
Beoordeling | 4.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | gaoliang |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/gaoliang/tab-tree |
Help Pagina-URL | https://github.com/gaoliang/tab-tree/issues |
Ondersteunde Talen | 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" } } |