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.".
Снимки экрана расширения
Скачать файл CRX расширения Todoist keyboard navigator
Скачайте файлы расширений Todoist keyboard navigator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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 |
URL страницы помощи | 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" } ] } |