Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Cos'è Tab Cleanup?
Tab Cleanup è un'estensione di Chrome sviluppata da https://tabcleanup.com, e la sua funzione principale è "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab Cleanup
Scarica i file di estensione Tab Cleanup 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
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. Closing inactive tabs also reduces CPU and memory usage, which can speed up your browser. By clicking "Add to chrome", you accept and agree to installing the TabCleanup Chrome extension and setting Chrome™ New Tab to that provided by the service and the Terms of Use and Privacy Policy. Privacy Policy: http://tabcleanup.com/privacy.html Terms of Use: http://tabcleanup.com/terms.html
Informazioni di Base sull'Estensione
Nome | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
Descrizione | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
Dimensione del File | 191 KB |
Conteggio Installazioni | 1,337 |
Versione Corrente | 0.9.9 |
Ultimo Aggiornamento | 2023-09-02 |
Data di Pubblicazione | 2019-08-26 |
Valutazione | 2.60/5 Totale 5 Valutazioni |
Sviluppatore | https://tabcleanup.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://tabcleanup.com/support.php |
URL della Pagina della Politica sulla Privacy | https://www.guppymedia.com/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Cleanup", "version": "0.9.9", "description": "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.", "incognito": "split", "chrome_url_overrides": { "newtab": "html\/index.html" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ], "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "browser_action": { "default_title": "Tab Cleanup Settings", "default_icon": "icon64.png", "default_popup": "popup.html" }, "manifest_version": 2 } |