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
Eメール [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
}