Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
Cos'è Joyride?
Joyride è un'estensione di Chrome sviluppata da rowan_m, e la sua funzione principale è "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Joyride
Scarica i file di estensione Joyride 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
⚠️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.
Informazioni di Base sull'Estensione
Nome | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
URL Ufficiale | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
Descrizione | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 111 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2018-05-29 |
Data di Pubblicazione | 2018-05-29 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | rowan_m |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rowan-m/joyride |
Lingue Supportate | 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 } |