Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
Wat is Joyride?
Joyride is een Chrome-extensie ontwikkeld door rowan_m, en de belangrijkste functie is "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
Extensie Screenshots
Download het CRX-bestand van de extensie Joyride
Download Joyride-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
⚠️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.
Basisinformatie over de Extensie
Naam | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
Officiële URL | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
Beschrijving | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
Bestandsgrootte | 123 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2018-05-29 |
Publicatiedatum | 2018-05-29 |
Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | rowan_m |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/rowan-m/joyride |
Ondersteunde Talen | 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 } |