Todoist Shortcuts (GMail / vim inspired)
Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts
ما هو Todoist Shortcuts (GMail / vim inspired)؟
Todoist Shortcuts (GMail / vim inspired) هو إضافة Chrome تم تطويرها بواسطة mgsloan، والميزة الرئيسية لها هي "Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Todoist Shortcuts (GMail / vim inspired)
قم بتنزيل ملفات الامتداد Todoist Shortcuts (GMail / vim inspired) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a bunch of keybindings for Todoist. In particular, it adds a cursor in the task view which can be moved via the arrow keys or j / k / h / l (vim style keys). Many of the keybindings are inspired by gmail's keyboard shortcuts, so those that are familiar with those will find it very easy to get used to it. Currently it provides keybindings for most non-premium features you might want to use, including: task completion, archival, deletion, setting priority, setting project, rescheduling, changing ordering, changing indent levels, and more. If this extension is useful to you, feel free to show your appreciation at https://www.buymeacoffee.com/mgsloan
معلومات أساسية عن التمديد
الاسم | Todoist Shortcuts (GMail / vim inspired) |
ID | dehmghpdcahlffompjagejmgbcfahndp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/todoist-shortcuts-gmail-v/dehmghpdcahlffompjagejmgbcfahndp |
الوصف | Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts |
حجم الملف | 63.67 KB |
عدد التثبيتات | 2,200 |
النسخة الحالية | 194 |
آخر تحديث | 2024-01-17 |
تاريخ النشر | 2020-07-01 |
تقييم | 4.94/5 مجموع تقييمات 35 |
المطور | mgsloan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mgsloan/todoist-shortcuts |
عنوان صفحة المساعدة | https://github.com/mgsloan/todoist-shortcuts/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todoist Shortcuts (GMail \/ vim inspired)", "short_name": "Todoist Keys", "author": "Michael Sloan", "description": "Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https:\/\/github.com\/mgsloan\/todoist-shortcuts", "version": "194", "homepage_url": "https:\/\/github.com\/mgsloan\/todoist-shortcuts", "content_scripts": [ { "matches": [ "https:\/\/todoist.com\/app*", "https:\/\/*.todoist.com\/app*" ], "js": [ "common.js", "inject.js" ], "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "mousetrap.js", "todoist-shortcuts.js", "options-page.html" ], "matches": [ " |