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" } ] } |