Tab Tree
Tree view for your browser tabs
Qu'est-ce que Tab Tree ?
Tab Tree est une extension Chrome développée par gaoliang, et sa fonction principale est "Tree view for your browser tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Tree
Téléchargez les fichiers d'extension Tab Tree au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Tab Tree |
ID | fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
URL Officiel | https://chromewebstore.google.com/detail/tab-tree/fkpiebfdeocdoofjfhmaidhhbkmbfgjl |
Description | Tree view for your browser tabs |
Taille du Fichier | 858 KB |
Nombre d'Installations | 650 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-02-10 |
Date de Publication | 2022-02-10 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | gaoliang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gaoliang/tab-tree |
URL de la Page d'Aide | https://github.com/gaoliang/tab-tree/issues |
Langues Prises en Charge | 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" } } |