Tab Deduplicator
Displays the current number of open tabs, open windows or both
Qu'est-ce que Tab Deduplicator ?
Tab Deduplicator est une extension Chrome développée par Asafh, et sa fonction principale est "Displays the current number of open tabs, open windows or both".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Deduplicator
Téléchargez les fichiers d'extension Tab Deduplicator 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
Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.
Informations de Base sur l'Extension
Nom | |
ID | jbhemaokagepomiajppddbhfolpkfdfi |
URL Officiel | https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi |
Description | Displays the current number of open tabs, open windows or both |
Taille du Fichier | 4.6 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2017-04-29 |
Date de Publication | 2017-04-29 |
Développeur | Asafh |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/asafh/chrome-tab-dedup |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Deduplicator", "version": "1.1", "description": "Displays the current number of open tabs, open windows or both", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" }, "incognito": "split", "page_action": { "default_icon": { "128": "icon128.png" }, "default_title": "Duplicate Tab" }, "manifest_version": 2 } |