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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        - [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
عنوان صفحة المساعدة 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
    }
}