Tab Cleanup

Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.

Was ist Tab Cleanup?

Tab Cleanup ist eine Chrome-Erweiterung, die von https://tabcleanup.com entwickelt wurde, und ihr Hauptmerkmal ist "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".

Erweiterungsscreenshots

screenshot

Tab Cleanup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tab Cleanup-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Tab Cleanup Tab Cleanup
ID ggbmajcpfpdgehnobdbbdjdafaejgpmk
Offizielle URL https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk
Beschreibung Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Dateigröße 191 KB
Installationsanzahl 1,337
Aktuelle Version 0.9.9
Letztes Update 2023-09-02
Veröffentlichungsdatum 2019-08-26
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler https://tabcleanup.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL http://tabcleanup.com/support.php
URL der Datenschutzrichtlinien-Seite https://www.guppymedia.com/privacy.html
Unterstützte Sprachen 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
}