ToDo
The Simplest ToDo List
What is ToDo?
ToDo is a Chrome extension developed by sunny.egg.lab, and its main feature is "The Simplest ToDo List".
Extension Screenshots
Download ToDo Extension CRX File
Download ToDo 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
ToDo is a simple To-Do list. Features: - Add tasks - Click on tasks to Edit - Remove tasks - Sync across chromes on all your devices.
Extension Basic Information
Name | ToDo |
ID | pcofajehbfbjnloomppmdfcjpoaemhmd |
Official URL | https://chromewebstore.google.com/detail/todo/pcofajehbfbjnloomppmdfcjpoaemhmd |
Description | The Simplest ToDo List |
File Size | 50.66 KB |
Installation Count | 7,190 |
Current Version | 1.3 |
Last Updated | 2013-07-23 |
Publish Date | 2013-07-23 |
Rating | 4.04/5 Total 24 Ratings |
Developer | sunny.egg.lab |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToDo", "description": "The Simplest ToDo List", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "jquery.js", "jquery.cookie.js", "jquery.jeditable.js", "popup.js", "icon.png" ] } |