Easy Tab Clusters
Extension to cluster tabs with the same root URL.
Qu'est-ce que Easy Tab Clusters ?
Easy Tab Clusters est une extension Chrome développée par Hao Fu, et sa fonction principale est "Extension to cluster tabs with the same root URL.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Tab Clusters
Téléchargez les fichiers d'extension Easy Tab Clusters 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
Cluster tabs with the same root URL. - Display a window shows all the active tabs. - All the tabs are categorized by their root URL. - Links to all tabs under each category for fast access. Updates: - v1.8: small change to image - v1.7: new UI style - v1.6: updated new icons sets - v1.5: bug fix, active and highlighted tabs can't be closed - v1.4: bug fix, UI freeze after last active tab is closed (lose context) - v1.3: added close tab option It's a open source project. Source code: https://github.com/solosodium/TabCluster
Informations de Base sur l'Extension
Nom | Easy Tab Clusters |
ID | boldbncpcgbpchbnoaciegjkgjabdkhg |
URL Officiel | https://chromewebstore.google.com/detail/easy-tab-clusters/boldbncpcgbpchbnoaciegjkgjabdkhg |
Description | Extension to cluster tabs with the same root URL. |
Taille du Fichier | 61.24 KB |
Nombre d'Installations | 103 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2018-08-26 |
Date de Publication | 2018-08-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Hao Fu |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Tab Clusters", "description": "Extension to cluster tabs with the same root URL.", "version": "1.8", "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon128.png", "default_popup": "list.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |