Tab Deduplicator
Displays the current number of open tabs, open windows or both
Cos'è Tab Deduplicator?
Tab Deduplicator è un'estensione di Chrome sviluppata da Asafh, e la sua funzione principale è "Displays the current number of open tabs, open windows or both".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Deduplicator
Scarica i file di estensione Tab Deduplicator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simple indication on tab page of other tabs open with the same URL - clicking the action navigates to the next tab.
Informazioni di Base sull'Estensione
Nome | |
ID | jbhemaokagepomiajppddbhfolpkfdfi |
URL Ufficiale | https://chrome.google.com/webstore/detail/tab-deduplicator/jbhemaokagepomiajppddbhfolpkfdfi |
Descrizione | Displays the current number of open tabs, open windows or both |
Dimensione del File | 4.6 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-04-29 |
Data di Pubblicazione | 2017-04-29 |
Sviluppatore | Asafh |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/asafh/chrome-tab-dedup |
Lingue Supportate | 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 } |