Keyboard Controller
Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.
Was ist Keyboard Controller?
Keyboard Controller ist eine Chrome-Erweiterung, die von BFriedrichs entwickelt wurde, und ihr Hauptmerkmal ist "Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.".
Erweiterungsscreenshots
Keyboard Controller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Keyboard Controller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
The Gamepad API does not react to keyboard inputs. This extension hacks a binding into the getGamepads() function so that you can use the keyboard for testing. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gejfopihcilhjkeibfhmggglpabfklhd |
| Offizielle URL | https://chrome.google.com/webstore/detail/keyboard-controller/gejfopihcilhjkeibfhmggglpabfklhd |
| Beschreibung | Adds a custom controller to the Gamepad API list that reacts to keyboard inputs. |
| Dateigröße | 20.84 KB |
| Installationsanzahl | 322 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2019-07-23 |
| Veröffentlichungsdatum | 2019-07-20 |
| Bewertung | 2.00/5 Insgesamt 3 Bewertungen |
| Entwickler | BFriedrichs |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/BFriedrichs/keyboard-controller-extension |
| Hilfeseite URL | https://github.com/BFriedrichs/keyboard-controller-extension |
| Unterstützte Sprachen | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Keyboard Controller",
"version": "1.0",
"description": "Adds a custom controller to the Gamepad API list that reacts to keyboard inputs.",
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
" | |