Asana Extra Key Mappings

Extra key mappings to compensate missing features

Asana Extra Key Mappingsคืออะไร?

Asana Extra Key Mappings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ususso และคุณลักษณะหลักของมันคือ "Extra key mappings to compensate missing features"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asana Extra Key Mappings

ดาวน์โหลดไฟล์ส่วนขยาย 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
    }
}