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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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