no-beforeunload

Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.

no-beforeunloadとは何ですか?

no-beforeunloadはSebastian Noackによって開発されたChromeの拡張機能で、その主な機能は「Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.」です。

no-beforeunload拡張機能のCRXファイルをダウンロード

no-beforeunload拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.                    

拡張機能の基本情報

名前 no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
公式URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
説明 Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
ファイルサイズ 3.25 KB
インストール数 161
現在のバージョン 1.0
最終更新日 2013-11-07
公開日 2013-11-07
評価 3.50/5 合計 8 レビュー
開発者 Sebastian Noack
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no-beforeunload",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}