Simple Suspender

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

什么是Simple Suspender?

Simple Suspender是由VehpuS开发的Chrome扩展程序,该扩展的主要功能是“Suspend / unsuspend a tab, with minimal privacy concerns by design”。

扩展截图

screenshot

下载Simple Suspender扩展crx文件

下载Simple Suspender扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Simple Suspender Simple Suspender
ID foejeakhjndjjodhmcieiihikcdpciak
官方URL https://chromewebstore.google.com/detail/simple-suspender/foejeakhjndjjodhmcieiihikcdpciak
简介 Suspend / unsuspend a tab, with minimal privacy concerns by design
文件大小 93.4 KB
安装次数 38
当前版本 1.0
更新时间 2021-07-25
上架时间 2021-07-25
开发者 VehpuS
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/VehpuS/simple-cross-browser-suspender/issues
支持的语言 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"
    ]
}