Tab Cleanup

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

Apa itu Tab Cleanup?

Tab Cleanup adalah ekstensi Chrome yang dikembangkan oleh https://tabcleanup.com, dan fitur utamanya adalah "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Tab Cleanup

Unduh file ekstensi Tab Cleanup dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Tab Cleanup Tab Cleanup
ID ggbmajcpfpdgehnobdbbdjdafaejgpmk
URL Resmi https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk
Deskripsi Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Ukuran File 191 KB
Jumlah Instalasi 1,337
Versi Saat Ini 0.9.9
Terakhir Diperbarui 2023-09-02
Tanggal Publikasi 2019-08-26
Penilaian 2.60/5 Total 5 Penilaian
Pengembang https://tabcleanup.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan http://tabcleanup.com/support.php
URL Halaman Kebijakan Privasi https://www.guppymedia.com/privacy.html
Bahasa yang Didukung 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
}