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
Eメール [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
    }
}