Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
O que é Joyride?
Joyride é uma extensão do Chrome desenvolvida por rowan_m, e sua principal característica é "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Joyride
Baixe arquivos de extensão Joyride 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
⚠️Early alpha - this is a hack to solve a problem for me, but maybe we share the same problem!⚠️ This maps buttons presses on a gamepad to simulated keyboard events. 🎮 ➡️ ⌨️ At the moment, it just maps the left / right buttons on Nintendo Switch Joy-Cons to the left and right arrow keys. This means you can use the Joy-Con to control a presentation. That's a good thing.
Informações Básicas da Extensão
Nome | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
URL Oficial | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
Descrição | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
Tamanho do Arquivo | 123 KB |
Contagem de Instalações | 111 |
Versão Atual | 1.5 |
Última Atualização | 2018-05-29 |
Data de Publicação | 2018-05-29 |
Classificação | 3.20/5 Total de 5 Avaliações |
Desenvolvedor | rowan_m |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/rowan-m/joyride |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joyride", "version": "1.5", "description": "Map button presses from the Javascript Gamepad API to KeyboardEvents.", "permissions": [ "activeTab" ], "background": { "scripts": [ "\/src\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Map connected gamepads on this tab", "default_icon": { "16": "\/img\/joyride-icon-16.png", "32": "\/img\/joyride-icon-32.png", "48": "\/img\/joyride-icon-48.png", "128": "\/img\/joyride-icon-128.png" } }, "icons": { "16": "\/img\/joyride-icon-16.png", "32": "\/img\/joyride-icon-32.png", "48": "\/img\/joyride-icon-48.png", "128": "\/img\/joyride-icon-128.png" }, "manifest_version": 2 } |