My Tasks: Todo-List for Google Chrome

My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.

What is My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome is a Chrome extension developed by Keepers, and its main feature is "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Extension Screenshots

screenshot

Download My Tasks: Todo-List for Google Chrome Extension CRX File

Download My Tasks: Todo-List for Google Chrome 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

                        This is Todo List application which will replace your default "new tab" page.                    

Extension Basic Information

Name My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
Official URL https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Description My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
File Size 128 KB
Installation Count 1,565
Current Version 0.2.0
Last Updated 2015-11-02
Publish Date 2015-11-02
Rating 5.00/5 Total 3 Ratings
Developer Keepers
Payment Type free
Extension Website https://github.com/ianaya89/my-tasks
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Tasks: Todo-List for Google Chrome",
    "short_name": "My Tasks",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
    "browser_action": {
        "default_title": "My Tasks"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}