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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย limkokhole และคุณลักษณะหลักของมันคือ "Enable Selection in some websites which block selection by mouse to open context menu and copy. This small (only ~20 lines of…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย enable-selection

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}