Asana Extra Key Mappings

Extra key mappings to compensate missing features

Qu'est-ce que Asana Extra Key Mappings ?

Asana Extra Key Mappings est une extension Chrome développée par ususso, et sa fonction principale est "Extra key mappings to compensate missing features".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Asana Extra Key Mappings

Téléchargez les fichiers d'extension Asana Extra Key Mappings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - [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.                    

Informations de Base sur l'Extension

Nom Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
URL Officiel https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
Description Extra key mappings to compensate missing features
Taille du Fichier 16.31 KB
Nombre d'Installations 26
Version Actuelle 1.1.0
Dernière Mise à Jour 2022-02-10
Date de Publication 2020-10-03
Développeur ususso
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gitusp/asana-extra-key-mappings
URL de la Page d'Aide https://github.com/gitusp/asana-extra-key-mappings/issues
Langues Prises en Charge 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
    }
}