Asana Extra Key Mappings

Extra key mappings to compensate missing features

What is Asana Extra Key Mappings?

Asana Extra Key Mappings is a Chrome extension developed by ususso, and its main feature is "Extra key mappings to compensate missing features".

Extension Screenshots

screenshot

Download Asana Extra Key Mappings Extension CRX File

Download Asana Extra Key Mappings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
Official URL https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
Description Extra key mappings to compensate missing features
File Size 16.31 KB
Installation Count 26
Current Version 1.1.0
Last Updated 2022-02-10
Publish Date 2020-10-03
Developer ususso
Email [email protected]
Payment Type free
Extension Website https://github.com/gitusp/asana-extra-key-mappings
Help Page URL https://github.com/gitusp/asana-extra-key-mappings/issues
Supported Languages 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
    }
}