The Safer Suspender

Release browser resources by suspending the tabs you aren't using

The Safer Suspender là gì?

The Safer Suspender là một tiện ích mở rộng Chrome được phát triển bởi valord577, và tính năng chính của nó là "Release browser resources by suspending the tabs you aren't using".

Ả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 The Safer Suspender

Tải xuống các tệp mở rộng The Safer 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

                        "The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.

Github: https://github.com/valord577/theSaferSuspender/                    

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

Tên The Safer Suspender The Safer Suspender
ID bghakdgdhifpflgmpknjkekcbomcfnij
URL Chính Thức https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij
Mô tả Release browser resources by suspending the tabs you aren't using
Kích Thước Tệp 15.6 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2021-12-29
Ngày Phát Hành 2021-01-21
Nhà Phát Triển valord577
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/valord577/theSaferSuspender
URL Trang Trợ Giúp https://github.com/valord577/theSaferSuspender/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "88.0",
    "author": "valord577",
    "name": "The Safer Suspender",
    "description": "Release browser resources by suspending the tabs you aren't using",
    "version": "1.5",
    "icons": {
        "128": "icons\/ic_suspender_707070_128x128.png"
    },
    "homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender",
    "permissions": [
        "tabs",
        "alarms",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "backstage\/task.js"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/ic_suspender_707070_128x128.png"
        },
        "default_title": "The Safer Suspender",
        "default_popup": "popup.html"
    }
}