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开发的Chrome扩展程序,该扩展的主要功能是“Generate key events for keys you don't got”。
下载Remote Control Key Simulator扩展crx文件
下载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 扩展基本信息
| 名称 | |
| 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"
}
} | |