To Do: An In-Browser Task List

A simple to-do list right in your browser. No internet connection required.

What is To Do: An In-Browser Task List?

To Do: An In-Browser Task List is a Chrome extension developed by sypteras.com, and its main feature is "A simple to-do list right in your browser. No internet connection required.".

Extension Screenshots

screenshot
screenshot

Download To Do: An In-Browser Task List Extension CRX File

Download To Do: An In-Browser Task List 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

                        Features:

✓ Easy open-close within your current tab - no more switching windows to access       your list!
✓ Works offline
✓ Check Off: Memorialize the day's accomplishments by checking them off!
✓ New as of Version 1.1: Ability to change existing tasks in your list!

***************
Version 1.3 Update
 + Bug fixes
 + Double click list items to edit them                    

Extension Basic Information

Name To Do: An In-Browser Task List To Do: An In-Browser Task List
ID cehacfmdcpcaodlaeplldjmaommcddai
Official URL https://chrome.google.com/webstore/detail/to-do-an-in-browser-task/cehacfmdcpcaodlaeplldjmaommcddai
Description A simple to-do list right in your browser. No internet connection required.
File Size 168 KB
Installation Count 228
Current Version 1.3
Last Updated 2014-09-20
Publish Date 2014-09-20
Rating 5.00/5 Total 3 Ratings
Developer sypteras.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "To Do: An In-Browser Task List",
    "version": "1.3",
    "description": "A simple to-do list right in your browser. No internet connection required.",
    "browser_action": {
        "default_icon": "todo_icon.png",
        "default_title": "To Do List",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "todo_icon128.png"
    },
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}