Tab.Domainator
Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Cos'è Tab.Domainator?
Tab.Domainator è un'estensione di Chrome sviluppata da bertofer, e la sua funzione principale è "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab.Domainator
Scarica i file di estensione Tab.Domainator 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
This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab. It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension. It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator
Informazioni di Base sull'Estensione
Nome | Tab.Domainator |
ID | kifgblcabcanlajafepiimafnekjhplm |
URL Ufficiale | https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm |
Descrizione | Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them |
Dimensione del File | 838 KB |
Conteggio Installazioni | 11 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2016-08-18 |
Data di Pubblicazione | 2016-08-18 |
Sviluppatore | bertofer |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/bertofer/chrome-tab-domainator |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab.Domainator", "version": "0.1.0", "manifest_version": 2, "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "name": "Click to open the extension sidebar" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ "src\/page-sidebar\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |