Tab Suspender

Optimize browser performance with Tab Suspender.

Tab Suspender là gì?

Tab Suspender là một tiện ích mở rộng Chrome được phát triển bởi tabsuspenderplugin, và tính năng chính của nó là "Optimize browser performance with Tab Suspender.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Tab Suspender 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 Suspender - Save Memory and Speed Up Your Browser 

Stop tabs from slowing down your browser with Tab Suspender Chrome extension. This lightweight extension helps you save memory, improve performance, and increase your productivity by suspending tabs that you aren't actively using. 

Key Features: 

>>Automatically suspends tabs: The Tab Suspender extension automatically suspends tabs after a specified time period, freeing up memory and improving performance. 

>>Quick suspend option: With just one click, you can quickly suspend any tab 

>>Whitelist important URLs and domains: The extension provides an option to whitelist important URLs and domains, ensuring that they never get suspended. 

>>Minimalistic design: Tab Suspender has a minimalistic design, with no distracting features, making it easy to use and efficient. 

 

Why Tab Suspender Is useful?  

Tab suspender is a very useful tool because:  

>>Increasing productivity: By suspending tabs that you're not actively using, you can reduce distractions and increase your productivity. 

>>Saving battery life: Suspending tabs reduces the amount of memory and processing power used by your browser, which can help extend your laptop's battery life. 

>>Managing tab overload: If you frequently have many tabs open, the extension can help you manage the overload and reduce the amount of memory used by your browser. 

>>Improving browser performance: The extension can help improve the performance of your browser by freeing up memory and reducing the number of active tabs. 

Say goodbye to slow and unresponsive tabs, and experience a faster, smoother browsing experience with Tab Suspender.                    

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

Tên Tab Suspender Tab Suspender
ID nbadadenmlhgaienhbmdadkjfnpkpohk
URL Chính Thức https://chromewebstore.google.com/detail/tab-suspender/nbadadenmlhgaienhbmdadkjfnpkpohk
Mô tả Optimize browser performance with Tab Suspender.
Kích Thước Tệp 511 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-02-02
Ngày Phát Hành 2023-02-02
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển tabsuspenderplugin
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://drive.google.com/file/d/1AjsuEoyqjGbzfJvgqDSoXaBD8IiNy-Sx/view?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Suspender",
    "version": "1.0",
    "description": "Optimize browser performance with Tab Suspender.",
    "action": {
        "default_title": "Tab Suspender",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon 16.png",
            "32": "icon 32.png",
            "64": "icon 64.png",
            "128": "icon 128.png"
        }
    },
    "icons": {
        "16": "icon 16.png",
        "32": "icon 32.png",
        "64": "icon 64.png",
        "128": "icon 128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}