HTML5 Gamepad Detector

This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.

Cos'è HTML5 Gamepad Detector?

HTML5 Gamepad Detector è un'estensione di Chrome sviluppata da https://hkgoldenmra.blogspot.com, e la sua funzione principale è "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HTML5 Gamepad Detector

Scarica i file di estensione HTML5 Gamepad Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.                    

Informazioni di Base sull'Estensione

Nome HTML5 Gamepad Detector HTML5 Gamepad Detector
ID kfenghlfdhpjbnmdmbhnhhojdcofilcd
URL Ufficiale https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd
Descrizione This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
Dimensione del File 215 KB
Conteggio Installazioni 663
Versione Corrente 0.0.23
Ultimo Aggiornamento 2020-02-20
Data di Pubblicazione 2020-02-20
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore https://hkgoldenmra.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/
URL della Pagina di Aiuto https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html
Lingue Supportate 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"
        ]
    }
}