Tab Cleanup

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

Tab Cleanup là gì?

Tab Cleanup là một tiện ích mở rộng Chrome được phát triển bởi https://tabcleanup.com, và tính năng chính của nó là "Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Cleanup

Tải xuống các tệp mở rộng Tab Cleanup dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab Cleanup Tab Cleanup
ID ggbmajcpfpdgehnobdbbdjdafaejgpmk
URL Chính Thức https://chromewebstore.google.com/detail/tab-cleanup/ggbmajcpfpdgehnobdbbdjdafaejgpmk
Mô tả Tab Cleanup is a useful utility that periodically closes inactive tabs. By closing inactive tabs, it helps declutter your screen.
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 1,337
Phiên Bản Hiện Tại 0.9.9
Cập Nhật Lần Cuối 2023-09-02
Ngày Phát Hành 2019-08-26
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://tabcleanup.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp http://tabcleanup.com/support.php
URL Trang Chính Sách Bảo Mật https://www.guppymedia.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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
}