Minimal Todoist
An extension to help you complete todoist tasks
Qu'est-ce que Minimal Todoist ?
Minimal Todoist est une extension Chrome développée par ashish.me, et sa fonction principale est "An extension to help you complete todoist tasks".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Minimal Todoist
Téléchargez les fichiers d'extension Minimal 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
Minimal Todoist is an open source browser extension that lets you see all todos in new page tab. Report bugs or suggestions here - https://github.com/ashishdotme/minimal-todoist-extension/issues Disclaimer: Minimal Todoist is not created by, affiliated with, or supported by Doist. I do not take any responsibility and I'm not liable for any damage caused through use of this service.
Informations de Base sur l'Extension
Nom | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
URL Officiel | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
Description | An extension to help you complete todoist tasks |
Taille du Fichier | 2.13 MB |
Nombre d'Installations | 33 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-10-02 |
Date de Publication | 2019-10-02 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | ashish.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://ashish.me |
URL de la Page d'Aide | https://github.com/ashishdotme/minimal-todoist-extension/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Minimal Todoist", "version": "1.0.1", "description": "An extension to help you complete todoist tasks", "author": "Ashish Patel", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/logo.png" }, "permissions": [ "storage", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |