HTML5 Gamepad Detector

This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.

HTML5 Gamepad Detector란 무엇입니까?

HTML5 Gamepad Detector은(는) https://hkgoldenmra.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser."입니다.

확장 프로그램 스크린샷

screenshot

HTML5 Gamepad Detector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can add this HTML5 Gamepad Detector with your game play recording or streaming, interact with your audience.                    

확장 프로그램 기본 정보

이름 HTML5 Gamepad Detector HTML5 Gamepad Detector
ID kfenghlfdhpjbnmdmbhnhhojdcofilcd
공식 URL https://chromewebstore.google.com/detail/html5-gamepad-detector/kfenghlfdhpjbnmdmbhnhhojdcofilcd
설명 This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.
파일 크기 215 KB
설치 횟수 663
현재 버전 0.0.23
최근 업데이트 2020-02-20
출시 날짜 2020-02-20
평점 2.33/5 총 3 개의 평점
개발자 https://hkgoldenmra.blogspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-gamepad-detector/
도움말 페이지 URL https://hkgoldenmra.blogspot.com/2017/01/html5-gamepad-api.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HTML5 Gamepad Detector",
    "version": "0.0.23",
    "description": "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.",
    "homepage_url": "https:\/\/bitbucket.org\/hkgoldenmra\/hkgoldenmra.bitbucket.io\/src\/master\/html5-gamepad-detector\/",
    "minimum_chrome_version": "35.0.0",
    "icons": {
        "128": "logo\/128.png"
    },
    "browser_action": {
        "default_icon": "logo\/128.png",
        "default_title": "Open HTML5 Gamepad Detector"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    }
}