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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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
}