Asana Extra Key Mappings

Extra key mappings to compensate missing features

Hvad er Asana Extra Key Mappings?

Asana Extra Key Mappings er en Chrome-udvidelse udviklet af ususso, og dens hovedfunktion er "Extra key mappings to compensate missing features".

Udvidelsesskærmbilleder

screenshot

Download Asana Extra Key Mappings-udvidelses-CRX-fil

Download Asana Extra Key Mappings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
Officiel URL https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
Beskrivelse Extra key mappings to compensate missing features
Filstørrelse 16.31 KB
Antal Installationer 26
Nuværende Version 1.1.0
Senest Opdateret 2022-02-10
Udgivelsesdato 2020-10-03
Udvikler ususso
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/gitusp/asana-extra-key-mappings
Hjælpeside-URL https://github.com/gitusp/asana-extra-key-mappings/issues
Understøttede Sprog 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
    }
}