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 - это расширение Chrome, разработанное https://hkgoldenmra.blogspot.com, и его основная функция - "This project is using HTML5 Gamepad API which can monitor your gamepads connected to your computer in a web browser.".
Снимки экрана расширения
Скачать файл CRX расширения HTML5 Gamepad Detector
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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"
]
}
} | |