Minimal Todoist
An extension to help you complete todoist tasks
Wat is Minimal Todoist?
Minimal Todoist is een Chrome-extensie ontwikkeld door ashish.me, en de belangrijkste functie is "An extension to help you complete todoist tasks".
Extensie Screenshots
Download het CRX-bestand van de extensie Minimal Todoist
Download Minimal 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
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.
Basisinformatie over de Extensie
Naam | Minimal Todoist |
ID | eofnkjgkfjlalkapnfklldgdaghkilce |
Officiële URL | https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce |
Beschrijving | An extension to help you complete todoist tasks |
Bestandsgrootte | 2.13 MB |
Aantal Installaties | 33 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2019-10-02 |
Publicatiedatum | 2019-10-02 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ashish.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://ashish.me |
Help Pagina-URL | https://github.com/ashishdotme/minimal-todoist-extension/issues |
Ondersteunde Talen | 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'" } |