Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
Qu'est-ce que Joyride ?
Joyride est une extension Chrome développée par rowan_m, et sa fonction principale est "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Joyride
Téléchargez les fichiers d'extension Joyride au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
⚠️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.
Informations de Base sur l'Extension
Nom | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
URL Officiel | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
Description | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
Taille du Fichier | 123 KB |
Nombre d'Installations | 111 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2018-05-29 |
Date de Publication | 2018-05-29 |
Évaluation | 3.20/5 Total 5 Évaluations |
Développeur | rowan_m |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rowan-m/joyride |
Langues Prises en Charge | 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 } |