Intip.in's Tab Manager
Tab Manager that doesn't track you.
Cos'è Intip.in's Tab Manager?
Intip.in's Tab Manager è un'estensione di Chrome sviluppata da https://www.cscpro.org, e la sua funzione principale è "Tab Manager that doesn't track you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intip.in's Tab Manager
Scarica i file di estensione Intip.in's Tab Manager 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
No more cluttering tabs! Dozens of tabs opened could make your PC runs slower. Save up your memory while not in use with a single click. You can restore it later in another handy click. .. amazingly handful Organizing the list is just one click away. Switching between light or dark theme, it's a matter of your preferences. Use right-click to control either you save all the tabs or only for specific tab. We respect your privacy No ads. No spy. No shit. We have no analytics tool that injected to the script. You can even watch and contribute to our project on Github. Install on your Chrome Simply click the button. Got something to tell? A bug or a request? Do not hesitate to tell us on the Chrome Web Store. TO DO: - Add documentation - Add export/import button - Add pagination for huge list
Informazioni di Base sull'Estensione
Nome | Intip.in's Tab Manager |
ID | halkhdmljjkflcfbhpgpeplpkcpmjmgj |
URL Ufficiale | https://chromewebstore.google.com/detail/intipins-tab-manager/halkhdmljjkflcfbhpgpeplpkcpmjmgj |
Descrizione | Tab Manager that doesn't track you. |
Dimensione del File | 288 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-02-01 |
Data di Pubblicazione | 2017-02-01 |
Valutazione | 4.40/5 Totale 10 Valutazioni |
Sviluppatore | https://www.cscpro.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cscpro.org/labs/tab-manager/ |
URL della Pagina di Aiuto | https://www.cscpro.org/labs/tab-manager/ |
URL della Pagina della Politica sulla Privacy | https://www.cscpro.org/labs/tab-manager |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intip.in's Tab Manager", "description": "Tab Manager that doesn't track you.", "version": "1.0.4", "manifest_version": 2, "options_page": "options.html", "icons": { "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon_48.png", "default_title": "Save all tabs" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "contextMenus" ] } |