Joy-Con keymap
Key mapping tool for Nintendo Switch Joy-Con.
Wat is Joy-Con keymap?
Joy-Con keymap is een Chrome-extensie ontwikkeld door tanabee, en de belangrijkste functie is "Key mapping tool for Nintendo Switch Joy-Con.".
Extensie Screenshots
Download het CRX-bestand van de extensie Joy-Con keymap
Download Joy-Con keymap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Key mapping tool for Nintendo Switch Joy-Con. This extension can fire any keyboard event when a Joy-Con button or stick operation is occurred.
Currently only the Joy-Con Left Controller is supported. Basisinformatie over de Extensie
| Naam | |
| ID | gpclcaagdaghemankppndignpffeaccb |
| Officiële URL | https://chromewebstore.google.com/detail/joy-con-keymap/gpclcaagdaghemankppndignpffeaccb |
| Beschrijving | Key mapping tool for Nintendo Switch Joy-Con. |
| Bestandsgrootte | 11.46 KB |
| Aantal Installaties | 232 |
| Huidige Versie | 0.1.2 |
| Laatst Bijgewerkt | 2022-07-07 |
| Publicatiedatum | 2022-05-24 |
| Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | tanabee |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/tanabee/joy-con-keymap |
| Help Pagina-URL | https://github.com/tanabee/joy-con-keymap/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Joy-Con keymap",
"description": "Key mapping tool for Nintendo Switch Joy-Con.",
"version": "0.1.2",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"content-script.js"
]
}
],
"permissions": [
"storage"
],
"options_page": "options.html",
"action": {
"default_icon": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"48": "\/images\/icon-48.png",
"128": "\/images\/icon-128.png"
}
},
"icons": {
"16": "\/images\/icon-16.png",
"32": "\/images\/icon-32.png",
"48": "\/images\/icon-48.png",
"128": "\/images\/icon-128.png"
}
} | |