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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hkgoldenmra.blogspot.com และคุณลักษณะหลักของมันคือ "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HTML5 Gamepad Detector
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | HTML5 Gamepad Detector |
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 |
อีเมล | [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" ] } } |