Todoist keyboard navigator
This is the extension for the todoist.com to operate more comfortably in the keyboard operation.
Qu'est-ce que Todoist keyboard navigator ?
Todoist keyboard navigator est une extension Chrome développée par Unknown, et sa fonction principale est "This is the extension for the todoist.com to operate more comfortably in the keyboard operation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Todoist keyboard navigator
Téléchargez les fichiers d'extension Todoist keyboard navigator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Todoist keyboard navigator |
ID | kglgmdpjkdbdgidekpklgkibnfgagejm |
URL Officiel | https://chromewebstore.google.com/detail/todoist-keyboard-navigato/kglgmdpjkdbdgidekpklgkibnfgagejm |
Description | This is the extension for the todoist.com to operate more comfortably in the keyboard operation. |
Taille du Fichier | 14.25 KB |
Nombre d'Installations | 118 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2019-01-20 |
Date de Publication | 2019-01-20 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/uechoco/todoist_keyboard_nav |
URL de la Page d'Aide | https://github.com/uechoco/todoist_keyboard_nav |
Langues Prises en Charge | 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" } ] } |