Enable Right Click 右鍵解鎖

右鍵解鎖 Unlock Mouse Right Click

Enable Right Click 右鍵解鎖คืออะไร?

Enable Right Click 右鍵解鎖 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chernsha และคุณลักษณะหลักของมันคือ "右鍵解鎖 Unlock Mouse Right Click"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Enable Right Click 右鍵解鎖

ดาวน์โหลดไฟล์ส่วนขยาย Enable Right Click 右鍵解鎖 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        針對有鎖定滑鼠右鍵功能的網站,按下本按鈕後即可解除網頁滑鼠右鍵鎖定和文字選擇的限制。

1.不只能在普通頁面的滑鼠右鍵解鎖(包括解鎖右鍵選單、複製、選擇等滑鼠動作),對多層框架(iframe)嵌套頁面也能完美支援。
2.為了遷移到 Manifest V3 更新至版本:1.5.0 

For some websites that locking the right mouse button, pressing this button will release the restriction of the right mouse button lock and text selection on the web page.

1. It can not only release the right mouse button lock on a normal page (including unlock the mouse right-click menu, copy, select action, etc.), but also perfectly support multi-layer iframe nested pages.
2. Updated to version: 1.5.0 for migration to Manifest V3                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Enable Right Click 右鍵解鎖 Enable Right Click 右鍵解鎖
ID mdpidadohcoecebpmkojgnkjcclfhcdp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-right-click-%E5%8F%B3%E9%8D%B5%E8%A7%A3%E9%8E%96/mdpidadohcoecebpmkojgnkjcclfhcdp
คำอธิบาย 右鍵解鎖 Unlock Mouse Right Click
ขนาดไฟล์ 34.23 KB
จำนวนการติดตั้ง 1,545
เวอร์ชันปัจจุบัน 1.5.0
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2021-11-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Chernsha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enable Right Click \u53f3\u9375\u89e3\u9396",
    "description": "\u53f3\u9375\u89e3\u9396 Unlock Mouse Right Click",
    "version": "1.5.0",
    "author": "Chernsha",
    "icons": {
        "16": "icons\/EnableRightClick_16.png",
        "32": "icons\/EnableRightClick_32.png",
        "48": "icons\/EnableRightClick_48.png",
        "128": "icons\/EnableRightClick_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icons\/EnableRightClick_16.png",
        "default_title": "\u53f3\u9375\u89e3\u9396"
    },
    "content_security_policy": []
}