Asana Extra Key Mappings
Extra key mappings to compensate missing features
Wat is Asana Extra Key Mappings?
Asana Extra Key Mappings is een Chrome-extensie ontwikkeld door ususso, en de belangrijkste functie is "Extra key mappings to compensate missing features".
Extensie Screenshots
Download het CRX-bestand van de extensie Asana Extra Key Mappings
Download Asana Extra Key Mappings-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
- [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. Basisinformatie over de Extensie
| Naam | |
| ID | kggmcmncpcohaknajapmmfchmlhegook |
| Officiële URL | https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook |
| Beschrijving | Extra key mappings to compensate missing features |
| Bestandsgrootte | 16.31 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2022-02-10 |
| Publicatiedatum | 2020-10-03 |
| Ontwikkelaar | ususso |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/gitusp/asana-extra-key-mappings |
| Help Pagina-URL | https://github.com/gitusp/asana-extra-key-mappings/issues |
| Ondersteunde Talen | 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
}
} | |