Todoist keyboard navigator

This is the extension for the todoist.com to operate more comfortably in the keyboard operation.

ما هو Todoist keyboard navigator؟

Todoist keyboard navigator هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Todoist keyboard navigator

قم بتنزيل ملفات الامتداد Todoist keyboard navigator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This is the keyboard shortcuts extension for the todoist.com. This is simple, but very useful.

It can the following shortcuts:
* "g" + "i" views the "Inbox" filter
* "g" + "t" views the "Today" filter
* "g" + "w" views the "Next 7 days" filter
* "g" + "p" toggles the "Projects" list
* "g" + "l" toggles the "Labels" list
* "g" + "f" toggles the "Filters" list 
* "g" + "1" views the 1st favorite item
* "g" + "2" views the 2nd favorite item
* ...
* "g" + "9" views the 9th favorite item
* "*" + "a" selects all items
* "*" + "n" deselects all items

For more information: https://github.com/uechoco/todoist_keyboard_nav                    

معلومات أساسية عن التمديد

الاسم Todoist keyboard navigator Todoist keyboard navigator
ID kglgmdpjkdbdgidekpklgkibnfgagejm
عنوان URL الرسمي https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm
الوصف This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
حجم الملف 14.25 KB
عدد التثبيتات 118
النسخة الحالية 0.0.4
آخر تحديث 2019-01-20
تاريخ النشر 2019-01-20
تقييم 4.33/5 مجموع تقييمات 3
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/uechoco/todoist_keyboard_nav
عنوان صفحة المساعدة https://github.com/uechoco/todoist_keyboard_nav
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "Todoist key nav",
    "version": "0.0.4",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png",
        "48": "icon_48.png"
    },
    "author": "uechoco",
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/todoist.com\/app*",
                "https:\/\/*.todoist.com\/app*"
            ],
            "run_at": "document_start"
        }
    ]
}