Asana Extra Key Mappings
Extra key mappings to compensate missing features
Was ist Asana Extra Key Mappings?
Asana Extra Key Mappings ist eine Chrome-Erweiterung, die von ususso entwickelt wurde, und ihr Hauptmerkmal ist "Extra key mappings to compensate missing features".
Erweiterungsscreenshots
Asana Extra Key Mappings-Erweiterungs-CRX-Datei herunterladen
Laden Sie Asana Extra Key Mappings-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
- [Tab + e] mapping to focus a task on a task list.
- Option to disable the default [Ctrl + Enter] shortcut.
If you have a feature request, create an issue on https://github.com/gitusp/asana-extra-key-mappings. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kggmcmncpcohaknajapmmfchmlhegook |
| Offizielle URL | https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook |
| Beschreibung | Extra key mappings to compensate missing features |
| Dateigröße | 16.31 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2022-02-10 |
| Veröffentlichungsdatum | 2020-10-03 |
| Entwickler | ususso |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/gitusp/asana-extra-key-mappings |
| Hilfeseite URL | https://github.com/gitusp/asana-extra-key-mappings/issues |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/app.asana.com\/*"
]
}
],
"description": "Extra key mappings to compensate missing features",
"manifest_version": 2,
"name": "Asana Extra Key Mappings",
"version": "1.1.0",
"web_accessible_resources": [
"main.js"
],
"permissions": [
"storage"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
}
} | |