Joyride
Map button presses from the Javascript Gamepad API to KeyboardEvents.
ما هو Joyride؟
Joyride هو إضافة Chrome تم تطويرها بواسطة rowan_m، والميزة الرئيسية لها هي "Map button presses from the Javascript Gamepad API to KeyboardEvents.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Joyride
قم بتنزيل ملفات الامتداد Joyride بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
⚠️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.
معلومات أساسية عن التمديد
الاسم | |
ID | hejncbodigbbhdfhkapkfdhhjflafdff |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff |
الوصف | Map button presses from the Javascript Gamepad API to KeyboardEvents. |
حجم الملف | 123 KB |
عدد التثبيتات | 111 |
النسخة الحالية | 1.5 |
آخر تحديث | 2018-05-29 |
تاريخ النشر | 2018-05-29 |
تقييم | 3.20/5 مجموع تقييمات 5 |
المطور | rowan_m |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rowan-m/joyride |
اللغات المدعومة | 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 } |