Pulsar

Turn your browser into a gamepad controlled entertainment system

Pulsar là gì?

Pulsar là một tiện ích mở rộng Chrome được phát triển bởi https://projectpulsar.github.io, và tính năng chính của nó là "Turn your browser into a gamepad controlled entertainment system".

Ả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 Pulsar

Tải xuống các tệp mở rộng Pulsar 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

                        Forget about playing into a browser window and feel the console experience. All you need is a gamepad.

Requirements: a gamepad compatible with your system and browser.

Controls:

Up/Down/Left/Right: Change selection
Button 1: Enter channel/Play game
Back: Return to channel selection
Back+Start: Return to game selection
ESC: Exit Pulsar

More info about the project: https://projectpulsar.github.io                    

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

Tên Pulsar Pulsar
ID dcbdlfomknhejkfnidjpadgopfaeppgf
URL Chính Thức https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf
Mô tả Turn your browser into a gamepad controlled entertainment system
Kích Thước Tệp 44.17 KB
Số Lần Cài Đặt 344
Phiên Bản Hiện Tại 0.3.2
Cập Nhật Lần Cuối 2017-02-06
Ngày Phát Hành 2017-02-06
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://projectpulsar.github.io
Loại Thanh Toán free
Trang Web Mở Rộng https://projectpulsar.github.io/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pulsar",
    "version": "0.3.2",
    "description": "Turn your browser into a gamepad controlled entertainment system",
    "author": "Emilio Rubio Rigo",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "gamepad-mapping.js",
        "app\/main.html",
        "custom-launcher.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "pulsar.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/projectpulsar.github.io\/custom-launcher.html*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net; object-src 'self'",
    "manifest_version": 2
}