Asana Extra Key Mappings

Extra key mappings to compensate missing features

Vad är Asana Extra Key Mappings?

Asana Extra Key Mappings är en Chrome-tillägg utvecklad av ususso, och dess huvudfunktion är "Extra key mappings to compensate missing features".

Tilläggsskärmbilder

screenshot

Ladda ner Asana Extra Key Mappings-förlängningens CRX-fil

Ladda ner Asana Extra Key Mappings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        - [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äggande Information om Tillägg

Namn Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
Officiell webbadress https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
Beskrivning Extra key mappings to compensate missing features
Filstorlek 16.31 KB
Antal Installationer 26
Aktuell Version 1.1.0
Senast Uppdaterad 2022-02-10
Publiceringsdatum 2020-10-03
Utvecklare ususso
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/gitusp/asana-extra-key-mappings
Hjälpsida URL https://github.com/gitusp/asana-extra-key-mappings/issues
Stödda Språk 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
    }
}