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
Eメール [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",
        ""
    ]
}