Omni Todoist
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Qu'est-ce que Omni Todoist ?
Omni Todoist est une extension Chrome développée par tkt989.dev, et sa fonction principale est "Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Omni Todoist
Téléchargez les fichiers d'extension Omni Todoist 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
Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter.
Informations de Base sur l'Extension
Nom | Omni Todoist |
ID | jegdmcdffgddhaehahgeoiohknchldmj |
URL Officiel | https://chromewebstore.google.com/detail/omni-todoist/jegdmcdffgddhaehahgeoiohknchldmj |
Description | Add task to Todoist by address bar. type 'todo' + tab in address bar, write your task, and then hit enter. |
Taille du Fichier | 50 KB |
Nombre d'Installations | 150 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2019-10-08 |
Date de Publication | 2019-10-07 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | tkt989.dev |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tkt989/OmniTodoist |
Langues Prises en Charge | 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" } } |