Simple To-Do List

Simple and minimalistic extension for task management.

What is Simple To-Do List?

Simple To-Do List is a Chrome extension developed by https://dimox.net, and its main feature is "Simple and minimalistic extension for task management.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Simple To-Do List Extension CRX File

Download Simple To-Do 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

                        This simple extension allows you to easily manage your daily tasks right in your browser.

Features:

✓ Minimalistic interface.
✓ Clickable links in the text.
✓ Drag-and-drop support for tasks.
✓ You can set a priority for a task.
✓ You can save the selected text on a page as a task by context menu.
✓ Export/Import functionality.
✓ Support for data synchronization.
✓ Optional hotkeys.                    

Extension Basic Information

Name Simple To-Do List Simple To-Do List
ID jimdhomgkpmmhhcegiebdajlkmjgikaf
Official URL https://chromewebstore.google.com/detail/simple-to-do-list/jimdhomgkpmmhhcegiebdajlkmjgikaf
Description Simple and minimalistic extension for task management.
File Size 236 KB
Installation Count 23,629
Current Version 1.3.5
Last Updated 2017-02-05
Publish Date 2017-02-05
Rating 4.43/5 Total 121 Ratings
Developer https://dimox.net
Payment Type free
Extension Website http://dimox.net/
Help Page URL http://dimox.net/simple-to-do-list-extension-for-opera-15/
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.3.5",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "__MSG_extensionName__"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "default_locale": "en",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}