HTML5 Gamepad Detector
This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
O que é HTML5 Gamepad Detector?
HTML5 Gamepad Detector é uma extensão do Chrome desenvolvida por https://hkgoldenmra.blogspot.com, e sua principal característica é "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HTML5 Gamepad Detector
Baixe arquivos de extensão HTML5 Gamepad Detector no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.
Informações Básicas da Extensão
Nome | HTML5 Gamepad Detector |
ID | kfenghlfdhpjbnmdmbhnhhojdcofilcd |
URL Oficial | https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd |
Descrição | This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser. |
Tamanho do Arquivo | 215 KB |
Contagem de Instalações | 663 |
Versão Atual | 0.0.23 |
Última Atualização | 2020-02-20 |
Data de Publicação | 2020-02-20 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | https://hkgoldenmra.blogspot.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/ |
URL da Página de Ajuda | https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html |
Idiomas Suportados | 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" ] } } |