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文件

下载HTML5 Gamepad Detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        ]
    }
}