Minimal Todoist

An extension to help you complete todoist tasks

What is Minimal Todoist?

Minimal Todoist is a Chrome extension developed by ashish.me, and its main feature is "An extension to help you complete todoist tasks".

Extension Screenshots

screenshot

Download Minimal Todoist Extension CRX File

Download Minimal Todoist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Minimal Todoist Minimal Todoist
ID eofnkjgkfjlalkapnfklldgdaghkilce
Official URL https://chromewebstore.google.com/detail/minimal-todoist/eofnkjgkfjlalkapnfklldgdaghkilce
Description An extension to help you complete todoist tasks
File Size 2.13 MB
Installation Count 33
Current Version 1.0.1
Last Updated 2019-10-02
Publish Date 2019-10-02
Rating 4.67/5 Total 3 Ratings
Developer ashish.me
Email [email protected]
Payment Type free
Extension Website https://ashish.me
Help Page URL https://github.com/ashishdotme/minimal-todoist-extension/issues
Supported Languages 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'"
}