Motivation Todo list with age counter.

Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation

What is Motivation Todo list with age counter.?

Motivation Todo list with age counter. is a Chrome extension developed by wojciech.kokorzycki, and its main feature is "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".

Extension Screenshots

screenshot

Download Motivation Todo list with age counter. Extension CRX File

Download Motivation Todo list with age counter. 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

                                            

Extension Basic Information

Name Motivation Todo list with age counter. Motivation Todo list with age counter.
ID emdpadcdfnncmlhpldncnijaeodnjplj
Official URL https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj
Description Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
File Size 489 KB
Installation Count 44
Current Version 0.1.1
Last Updated 2017-03-18
Publish Date 2017-03-18
Rating 3.00/5 Total 2 Ratings
Developer wojciech.kokorzycki
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivation Todo list with age counter.",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}