Joyride

Map button presses from the Javascript Gamepad API to KeyboardEvents.

什么是Joyride?

Joyride是由rowan_m开发的Chrome扩展程序,该扩展的主要功能是“Map button presses from the Javascript Gamepad API to KeyboardEvents.”。

扩展截图

screenshot

下载Joyride扩展crx文件

下载Joyride扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ⚠️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.                    

扩展基本信息

名称 Joyride Joyride
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
}