Tab Cleanup
Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Qu'est-ce que Tab Cleanup ?
Tab Cleanup est une extension Chrome développée par https://tabcleanup.com, et sa fonction principale est "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Cleanup
Téléchargez les fichiers d'extension Tab Cleanup 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
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
Informations de Base sur l'Extension
Nom | Tab Cleanup |
ID | ggbmajcpfpdgehnobdbbdjdafaejgpmk |
URL Officiel | https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk |
Description | Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen. |
Taille du Fichier | 191 KB |
Nombre d'Installations | 1,337 |
Version Actuelle | 0.9.9 |
Dernière Mise à Jour | 2023-09-02 |
Date de Publication | 2019-08-26 |
Évaluation | 2.60/5 Total 5 Évaluations |
Développeur | https://tabcleanup.com |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | http://tabcleanup.com/support.php |
URL de la Page de Politique de Confidentialité | https://www.guppymedia.com/privacy.html |
Langues Prises en Charge | 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 } |