Todoist Shortcuts (GMail / vim inspired)
Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts
Cos'è Todoist Shortcuts (GMail / vim inspired)?
Todoist Shortcuts (GMail / vim inspired) è un'estensione di Chrome sviluppata da mgsloan, e la sua funzione principale è "Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Todoist Shortcuts (GMail / vim inspired)
Scarica i file di estensione Todoist Shortcuts (GMail / vim inspired) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Todoist Shortcuts (GMail / vim inspired) |
ID | dehmghpdcahlffompjagejmgbcfahndp |
URL Ufficiale | https://chromewebstore.google.com/detail/todoist-shortcuts-gmail-v/dehmghpdcahlffompjagejmgbcfahndp |
Descrizione | Adds a comprehensive suite of keyboard shortcuts to Todoist. More info: https://github.com/mgsloan/todoist-shortcuts |
Dimensione del File | 63.67 KB |
Conteggio Installazioni | 2,200 |
Versione Corrente | 194 |
Ultimo Aggiornamento | 2024-01-17 |
Data di Pubblicazione | 2020-07-01 |
Valutazione | 4.94/5 Totale 35 Valutazioni |
Sviluppatore | mgsloan |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mgsloan/todoist-shortcuts |
URL della Pagina di Aiuto | https://github.com/mgsloan/todoist-shortcuts/issues |
Lingue Supportate | 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": [ " |