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"
}
} | |