ToDo

Extension to form habits and prioritise tasks

What is ToDo?

ToDo is a Chrome extension developed by https://mpashkovskiy.github.io/todo-extension, and its main feature is "Extension to form habits and prioritise tasks".

Extension Screenshots

screenshot

Download ToDo Extension CRX File

Download ToDo 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

                        Inspired by: 
- The Autobiography of Benjamin Franklin by Benjamin Franklin and his "project of arriving at moral perfection": http://www.gutenberg.org/files/148/148-h/148-h.htm#Page_82
- and Dwight D. Eisenhower's Method: https://en.wikipedia.org/wiki/Time_management#The_Eisenhower_Method                    

Extension Basic Information

Name ToDo ToDo
ID eopgnfmokenljjoeidphdgamkagpoimf
Official URL https://chromewebstore.google.com/detail/todo/eopgnfmokenljjoeidphdgamkagpoimf
Description Extension to form habits and prioritise tasks
File Size 317 KB
Installation Count 60
Current Version 1.2
Last Updated 2019-09-24
Publish Date 2019-09-23
Rating 5.00/5 Total 4 Ratings
Developer https://mpashkovskiy.github.io/todo-extension
Payment Type free
Extension Website https://mpashkovskiy.github.io/todo-extension
Help Page URL https://github.com/mpashkovskiy/todo-extension/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ToDo",
    "description": "Extension to form habits and prioritise tasks",
    "version": "1.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}