Simple Suspender

Suspend / unsuspend a tab, with minimal privacy concerns by design

Simple Suspender là gì?

Simple Suspender là một tiện ích mở rộng Chrome được phát triển bởi VehpuS, và tính năng chính của nó là "Suspend / unsuspend a tab, with minimal privacy concerns by design".

Ả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 Simple Suspender

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

                        A cross-browser extension to suspend inactive / unused tabs by "hiding" them behind a static, generic browser error page. Basically to suspend https://moshe-gr.com, it will be redirected to http://localhost:0/#https://www.moshe-gr.com (try it ;) ).

If you want to install the extension from source code (to ensure no possible abuse) - follow the instructions in the Github repo: https://github.com/VehpuS/simple-cross-browser-suspender.                    

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

Tên Simple Suspender Simple Suspender
ID foejeakhjndjjodhmcieiihikcdpciak
URL Chính Thức https://chromewebstore.google.com/detail/simple-suspender/foejeakhjndjjodhmcieiihikcdpciak
Mô tả Suspend / unsuspend a tab, with minimal privacy concerns by design
Kích Thước Tệp 93.4 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-07-25
Ngày Phát Hành 2021-07-25
Nhà Phát Triển VehpuS
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/VehpuS/simple-cross-browser-suspender/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Suspender",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Suspend \/ unsuspend a tab, with minimal privacy concerns by design",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png",
            "48": "icon48.png"
        },
        "default_title": "Suspend"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}