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
官方網址 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
}