Enable right click

Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…

Enable right clickとは何ですか?

Enable right clickはhttps://0-9.tumblr.comによって開発されたChromeの拡張機能で、その主な機能は「Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Enable right click拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enable right-click on pages where right-click is disabled.

Simply install this extension to make menus appear on pages where right-click is not available.

Source code is here.
https://github.com/kyo-ago/enable-right-click                    

拡張機能の基本情報

名前 Enable right click Enable right click
ID hhojmcideegachlhfgfdhailpfhgknjm
公式URL https://chromewebstore.google.com/detail/enable-right-click/hhojmcideegachlhfgfdhailpfhgknjm
説明 Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…
ファイルサイズ 246 KB
インストール数 178,435
現在のバージョン 0.0.10
最終更新日 2023-10-24
公開日 2017-04-26
評価 3.57/5 合計 545 レビュー
開発者 https://0-9.tumblr.com
Eメール [email protected]
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Enable right click",
    "version": "0.0.10",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "48": "img\/icon48.png"
    },
    "browser_action": {
        "default_title": "Disable right click",
        "default_icon": "img\/icon128.png"
    },
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "src\/DisableSettings.js",
            "src\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/content_scripts.js"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "\/web_accessible_resources\/index.js"
    ]
}