Omni Todoist
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Wat is Omni Todoist?
Omni Todoist is een Chrome-extensie ontwikkeld door tkt989.dev, en de belangrijkste functie is "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".
Extensie Screenshots
Download het CRX-bestand van de extensie Omni Todoist
Download Omni Todoist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Basisinformatie over de Extensie
Naam | Omni Todoist |
ID | jegdmcdffgddhaehahgeoiohknchldmj |
Officiële URL | https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj |
Beschrijving | Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter. |
Bestandsgrootte | 50 KB |
Aantal Installaties | 150 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2019-10-08 |
Publicatiedatum | 2019-10-07 |
Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | tkt989.dev |
Betalingswijze | free |
Extensiewebsite | https://github.com/tkt989/OmniTodoist |
Ondersteunde Talen | 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" } } |