Asana Extra Key Mappings

Extra key mappings to compensate missing features

什么是Asana Extra Key Mappings?

Asana Extra Key Mappings是由ususso开发的Chrome扩展程序,该扩展的主要功能是“Extra key mappings to compensate missing features”。

扩展截图

screenshot

下载Asana Extra Key Mappings扩展crx文件

下载Asana Extra Key Mappings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Asana Extra Key Mappings Asana Extra Key Mappings
ID kggmcmncpcohaknajapmmfchmlhegook
官方URL https://chromewebstore.google.com/detail/asana-extra-key-mappings/kggmcmncpcohaknajapmmfchmlhegook
简介 Extra key mappings to compensate missing features
文件大小 16.31 KB
安装次数 26
当前版本 1.1.0
更新时间 2022-02-10
上架时间 2020-10-03
开发者 ususso
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/gitusp/asana-extra-key-mappings
帮助页面URL https://github.com/gitusp/asana-extra-key-mappings/issues
支持的语言 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
    }
}