Joyride

Map button presses from the Javascript Gamepad API to KeyboardEvents.

Joyride là gì?

Joyride là một tiện ích mở rộng Chrome được phát triển bởi rowan_m, và tính năng chính của nó là "Map button presses from the Javascript Gamepad API to KeyboardEvents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Joyride

Tải xuống các tệp mở rộng Joyride dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Joyride Joyride
ID hejncbodigbbhdfhkapkfdhhjflafdff
URL Chính Thức https://chrome.google.com/webstore/detail/joyride/hejncbodigbbhdfhkapkfdhhjflafdff
Mô tả Map button presses from the Javascript Gamepad API to KeyboardEvents.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2018-05-29
Ngày Phát Hành 2018-05-29
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển rowan_m
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/rowan-m/joyride
Ngôn Ngữ Được Hỗ Trợ 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
}