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 là gì?
HTML5 Gamepad Detector là một tiện ích mở rộng Chrome được phát triển bởi https://hkgoldenmra.blogspot.com, và tính năng chính của nó là "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HTML5 Gamepad Detector
Tải xuống các tệp mở rộng HTML5 Gamepad Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTML5 Gamepad Detector |
ID | kfenghlfdhpjbnmdmbhnhhojdcofilcd |
URL Chính Thức | https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd |
Mô tả | This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser. |
Kích Thước Tệp | 215 KB |
Số Lần Cài Đặt | 663 |
Phiên Bản Hiện Tại | 0.0.23 |
Cập Nhật Lần Cuối | 2020-02-20 |
Ngày Phát Hành | 2020-02-20 |
Đánh Giá | 2.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://hkgoldenmra.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/ |
URL Trang Trợ Giúp | https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |