Don't Leave

This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.

什么是Don't Leave?

Don't Leave是由Primo开发的Chrome扩展程序,该扩展的主要功能是“This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.”。

扩展截图

screenshot
screenshot

下载Don't Leave扩展crx文件

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

扩展使用说明

                        It'll alert you with a message if you try to close, reload, or leave the page anyway.

- Why our extension?
= Only by one click.
= Open-Source.                    

扩展基本信息

名称 Don't Leave Don't Leave
ID miikombcflpfechloeocnelmgeekgild
官方URL https://chromewebstore.google.com/detail/dont-leave/miikombcflpfechloeocnelmgeekgild
简介 This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.
文件大小 30.91 KB
安装次数 67
当前版本 1.0.3
更新时间 2021-11-06
上架时间 2021-02-20
评分 5.00/5 共3次评分
开发者 Primo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/m-primo/Dont-Leave
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Don't Leave",
    "version": "1.0.3",
    "description": "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html",
        "icons": [
            "img\/icon.svg"
        ]
    },
    "permissions": [
        "activeTab",
        ""
    ]
}