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
官方網址 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",
        ""
    ]
}