Remote Control Key Simulator
Generate key events for keys you don't got
Remote Control Key Simulator là gì?
Remote Control Key Simulator là một tiện ích mở rộng Chrome được phát triển bởi https://www.frisnit.com, và tính năng chính của nó là "Generate key events for keys you don't got".
Tải xuống tệp CRX của tiện ích mở rộng Remote Control Key Simulator
Tải xuống các tệp mở rộng Remote Control Key Simulator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Remote Control Key Simulator |
ID | pojpkoooooliacdjjhlcolpaaeljomof |
URL Chính Thức | https://chromewebstore.google.com/detail/remote-control-key-simula/pojpkoooooliacdjjhlcolpaaeljomof |
Mô tả | Generate key events for keys you don't got |
Kích Thước Tệp | 72.84 KB |
Số Lần Cài Đặt | 74 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2017-05-26 |
Ngày Phát Hành | 2017-05-26 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.frisnit.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |