enable-selection

Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…

enable-selectionとは何ですか?

enable-selectionはlimkokholeによって開発されたChromeの拡張機能で、その主な機能は「Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…」です。

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

screenshot

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

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

拡張機能の使用方法

                        Enable Selection in some websites which block selection by mouse to open context menu and copy.

This small (only ~20 lines of code) extension performs basic anti-anti-selection when website blocking selection to copy and open context menu.

Example of working websites are:
[1] https://cn.cari.com.my
[2] http://chinapress.com.my
[3] http://sinchew.com.my
[4] http://guangming.com.my
[5] http://www.enanyang.my
[6] http://dynamicdrive.com/dynamicindex9/noright.htm
[7] https://www.zhihu.com
[8] https://www.qidian.com

Tip: This extension might no effect If the web page still loading, in that, case, either wait for the page loaded OR press "Esc" key to stop loading immediately.                    

拡張機能の基本情報

名前 enable-selection enable-selection
ID jehoagbopeaefibnihnfgenfcilmcikj
公式URL https://chromewebstore.google.com/detail/enable-selection/jehoagbopeaefibnihnfgenfcilmcikj
説明 Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…
ファイルサイズ 11.86 KB
インストール数 3,500
現在のバージョン 1.1
最終更新日 2019-01-11
公開日 2019-01-07
評価 4.00/5 合計 19 レビュー
開発者 limkokhole
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "enable-selection",
    "short_name": "select",
    "version": "1.1",
    "icons": {
        "128": "icons\/select_128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "selection.js"
            ],
            "css": [
                "selection.css"
            ]
        }
    ]
}