Tab Cleanup

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

什麼是Tab Cleanup?

Tab Cleanup是由https://tabcleanup.com開發的Chrome擴展程式,該擴展的主要功能是“Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.”。

擴展截圖

screenshot

下載Tab Cleanup擴展crx文件

下載Tab Cleanup擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Tab Cleanup Tab Cleanup
ID ggbmajcpfpdgehnobdbbdjdafaejgpmk
官方網址 https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk
簡介 Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
檔案大小 191 KB
安裝次數 1,337
目前版本 0.9.9
更新時間 2023-09-02
上架時間 2019-08-26
評分 2.60/5 共 5 次評分
開發者 https://tabcleanup.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL http://tabcleanup.com/support.php
隱私政策頁面URL https://www.guppymedia.com/privacy.html
支援的語言 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
}