Remote Control Key Simulator
Generate key events for keys you don't got
Hvad er Remote Control Key Simulator?
Remote Control Key Simulator er en Chrome-udvidelse udviklet af https://www.frisnit.com, og dens hovedfunktion er "Generate key events for keys you don't got".
Download Remote Control Key Simulator-udvidelses-CRX-fil
Download Remote Control Key Simulator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Remote Control Key Simulator |
ID | pojpkoooooliacdjjhlcolpaaeljomof |
Officiel URL | https://chromewebstore.google.com/detail/remote-control-key-simula/pojpkoooooliacdjjhlcolpaaeljomof |
Beskrivelse | Generate key events for keys you don't got |
Filstørrelse | 72.84 KB |
Antal Installationer | 74 |
Nuværende Version | 0.2 |
Senest Opdateret | 2017-05-26 |
Udgivelsesdato | 2017-05-26 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://www.frisnit.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |