Remote Control Key Simulator

Generate key events for keys you don't got

Remote Control Key Simulatorคืออะไร?

Remote Control Key Simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.frisnit.com และคุณลักษณะหลักของมันคือ "Generate key events for keys you don't got"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remote Control Key Simulator

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

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

                        Gives you the buttons your keyboard doesn't support, for testing web apps for set top boxes, smart TVs etc.

Currently supports:

- Playstation
- Amazon Fire
- YouView                    

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

ชื่อ Remote Control Key Simulator Remote Control Key Simulator
ID pojpkoooooliacdjjhlcolpaaeljomof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remote-control-key-simula/pojpkoooooliacdjjhlcolpaaeljomof
คำอธิบาย Generate key events for keys you don't got
ขนาดไฟล์ 72.84 KB
จำนวนการติดตั้ง 74
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2017-05-26
วันที่เผยแพร่ 2017-05-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.frisnit.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remote Control Key Simulator",
    "description": "Generate key events for keys you don't got",
    "version": "0.2",
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "19": "icon19.png",
            "38": "icon38.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Remote Control Key Simulator",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "tabs",
        "https:\/\/*.channel4.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.channel4.com\/*"
            ],
            "js": [
                "timer.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "19": "icon19.png",
        "38": "icon38.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png",
        "512": "icon512.png"
    }
}