Enable Right Click

It's my context menu and I want it now!

Enable Right Clickคืออะไร?

Enable Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Christopher Woodall และคุณลักษณะหลักของมันคือ "It's my context menu and I want it now!"

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

screenshot
screenshot

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

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

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

                        This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback!                    

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

ชื่อ Enable Right Click Enable Right Click
ID nemnpbkkffglpnjncoglabfglkidbbek
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek
คำอธิบาย It's my context menu and I want it now!
ขนาดไฟล์ 9.83 KB
จำนวนการติดตั้ง 3,787
เวอร์ชันปัจจุบัน 3.5
อัปเดตครั้งล่าสุด 2015-02-02
วันที่เผยแพร่ 2015-02-02
คะแนน 3.14/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา Christopher Woodall
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Enable Right Click",
    "description": "It's my context menu and I want it now!",
    "version": "3.5",
    "icons": {
        "16": "app\/assets\/img\/logo16.png",
        "48": "app\/assets\/img\/logo48.png",
        "128": "app\/assets\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "app\/ContentScript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}