Pulsar

Turn your browser into a gamepad controlled entertainment system

Pulsar란 무엇입니까?

Pulsar은(는) https://projectpulsar.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your browser into a gamepad controlled entertainment system"입니다.

확장 프로그램 스크린샷

screenshot

Pulsar 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Pulsar Pulsar
ID dcbdlfomknhejkfnidjpadgopfaeppgf
공식 URL https://chromewebstore.google.com/detail/pulsar/dcbdlfomknhejkfnidjpadgopfaeppgf
설명 Turn your browser into a gamepad controlled entertainment system
파일 크기 44.17 KB
설치 횟수 344
현재 버전 0.3.2
최근 업데이트 2017-02-06
출시 날짜 2017-02-06
평점 4.50/5 총 4 개의 평점
개발자 https://projectpulsar.github.io
결제 유형 free
확장 프로그램 웹 사이트 https://projectpulsar.github.io/
지원되는 언어 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
}