HTML5 Gamepad Detector
This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
Hvad er HTML5 Gamepad Detector?
HTML5 Gamepad Detector er en Chrome-udvidelse udviklet af https://hkgoldenmra.blogspot.com, og dens hovedfunktion er "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".
Udvidelsesskærmbilleder
Download HTML5 Gamepad Detector-udvidelses-CRX-fil
Download HTML5 Gamepad Detector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kfenghlfdhpjbnmdmbhnhhojdcofilcd |
| Officiel URL | https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd |
| Beskrivelse | This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser. |
| Filstørrelse | 215 KB |
| Antal Installationer | 663 |
| Nuværende Version | 0.0.23 |
| Senest Opdateret | 2020-02-20 |
| Udgivelsesdato | 2020-02-20 |
| Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
| Udvikler | https://hkgoldenmra.blogspot.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/ |
| Hjælpeside-URL | https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html |
| Understøttede Sprog | 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"
]
}
} | |