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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}