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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
} | |