HTML5 Gamepad Detector
This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
HTML5 Gamepad Detectorとは何ですか?
HTML5 Gamepad Detectorはhttps://hkgoldenmra.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.」です。
拡張機能のスクリーンショット
HTML5 Gamepad Detector拡張機能のCRXファイルをダウンロード
HTML5 Gamepad Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience. 拡張機能の基本情報
| 名前 | |
| ID | kfenghlfdhpjbnmdmbhnhhojdcofilcd |
| 公式URL | https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd |
| 説明 | This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser. |
| ファイルサイズ | 215 KB |
| インストール数 | 663 |
| 現在のバージョン | 0.0.23 |
| 最終更新日 | 2020-02-20 |
| 公開日 | 2020-02-20 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | https://hkgoldenmra.blogspot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/ |
| ヘルプページのURL | https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "HTML5 Gamepad Detector",
"version": "0.0.23",
"description": "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.",
"homepage_url": "https:\/\/bitbucket.org\/hkgoldenmra\/hkgoldenmra.bitbucket.io\/src\/master\/html5-gamepad-detector\/",
"minimum_chrome_version": "35.0.0",
"icons": {
"128": "logo\/128.png"
},
"browser_action": {
"default_icon": "logo\/128.png",
"default_title": "Open HTML5 Gamepad Detector"
},
"background": {
"persistent": false,
"scripts": [
"js\/background.js"
]
}
} | |