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 |
| 官方網址 | 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"
}
} | |