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
官方網址 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
    }
}