Omni Todoist
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Cos'è Omni Todoist?
Omni Todoist è un'estensione di Chrome sviluppata da tkt989.dev, e la sua funzione principale è "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omni Todoist
Scarica i file di estensione Omni Todoist 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
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Informazioni di Base sull'Estensione
Nome | Omni Todoist |
ID | jegdmcdffgddhaehahgeoiohknchldmj |
URL Ufficiale | https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj |
Descrizione | Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter. |
Dimensione del File | 50 KB |
Conteggio Installazioni | 150 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2019-10-08 |
Data di Pubblicazione | 2019-10-07 |
Valutazione | 3.00/5 Totale 6 Valutazioni |
Sviluppatore | tkt989.dev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tkt989/OmniTodoist |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omni Todoist", "version": "1.0.3", "icons": { "16": ".\/img\/[email protected]", "48": ".\/img\/[email protected]", "128": ".\/img\/[email protected]" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "notifications", "identity", "storage", "https:\/\/todoist.com\/*" ], "omnibox": { "keyword": "todo" } } |