ToDo List
A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
What is ToDo List?
ToDo List is a Chrome extension developed by Edifear, and its main feature is "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks".
Extension Screenshots
Download ToDo List Extension CRX File
Download ToDo 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
- using a popup window; - easy to add, edit, check and delete items in your ToDo list; - progress-bar of your done tasks; - icon budge counter of uncomplited tasks; - sync between your devices using Google sync;
Extension Basic Information
Name | ToDo List |
ID | mkobobmncbbieloopnpflkicoaoihcle |
Official URL | https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle |
Description | A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks |
File Size | 70.36 KB |
Installation Count | 1,103 |
Current Version | 1.2 |
Last Updated | 2013-07-30 |
Publish Date | 2013-07-30 |
Rating | 4.88/5 Total 26 Ratings |
Developer | Edifear |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/Edifear/ToDoList |
Help Page URL | https://github.com/Edifear/ToDoList |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ToDo List", "version": "1.2", "manifest_version": 2, "permissions": [ "storage" ], "description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "ToDo.html" } } |