Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
Apa itu Joyride?
Joyride adalah ekstensi Chrome yang dikembangkan oleh rowan_m, dan fitur utamanya adalah "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Joyride
Unduh file ekstensi Joyride dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
⚠️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.
Informasi Dasar Ekstensi
Nama | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
URL Resmi | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
Deskripsi | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
Ukuran File | 123 KB |
Jumlah Instalasi | 111 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2018-05-29 |
Tanggal Publikasi | 2018-05-29 |
Penilaian | 3.20/5 Total 5 Penilaian |
Pengembang | rowan_m |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/rowan-m/joyride |
Bahasa yang Didukung | 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 } |