Minimal Todoist

An extension to help you complete todoist tasks

Was ist Minimal Todoist?

Minimal Todoist ist eine Chrome-Erweiterung, die von ashish.me entwickelt wurde, und ihr Hauptmerkmal ist "An extension to help you complete todoist tasks".

Erweiterungsscreenshots

screenshot

Minimal Todoist-Erweiterungs-CRX-Datei herunterladen

Laden Sie Minimal Todoist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Minimal Todoist Minimal Todoist
ID eofnkjgkfjlalkapnfklldgdaghkilce
Offizielle URL https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce
Beschreibung An extension to help you complete todoist tasks
Dateigröße 2.13 MB
Installationsanzahl 33
Aktuelle Version 1.0.1
Letztes Update 2019-10-02
Veröffentlichungsdatum 2019-10-02
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler ashish.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://ashish.me
Hilfeseite URL https://github.com/ashishdotme/minimal-todoist-extension/issues
Unterstützte Sprachen 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'"
}