Remote Control Key Simulator
Generate key events for keys you don't got
Remote Control Key Simulator क्या है?
Remote Control Key Simulator https://www.frisnit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate key events for keys you don't got"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remote Control Key Simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |