Keyboard Controller
Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.
O que é Keyboard Controller?
Keyboard Controller é uma extensão do Chrome desenvolvida por BFriedrichs, e sua principal característica é "Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Keyboard Controller
Baixe arquivos de extensão Keyboard Controller 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
The Gamepad API does not react to keyboard inputs. This extension hacks a binding into the getGamepads() function so that you can use the keyboard for testing.
Informações Básicas da Extensão
Nome | |
ID | gejfopihcilhjkeibfhmggglpabfklhd |
URL Oficial | https://chrome.google.com/webstore/detail/keyboard-controller/gejfopihcilhjkeibfhmggglpabfklhd |
Descrição | Adds a custom controller to the Gamepad API list that reacts to keyboard inputs. |
Tamanho do Arquivo | 20.84 KB |
Contagem de Instalações | 322 |
Versão Atual | 1.0 |
Última Atualização | 2019-07-23 |
Data de Publicação | 2019-07-20 |
Classificação | 2.00/5 Total de 3 Avaliações |
Desenvolvedor | BFriedrichs |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/BFriedrichs/keyboard-controller-extension |
URL da Página de Ajuda | https://github.com/BFriedrichs/keyboard-controller-extension |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyboard Controller", "version": "1.0", "description": "Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.", "permissions": [ "activeTab", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |