To Do List
A simple, yet powerful app for managing your tasks.
What is To Do List?
To Do List is a Chrome extension developed by http://todolist.solumstone.co.uk, and its main feature is "A simple, yet powerful app for managing your tasks.".
Extension Screenshots
Download To Do List Extension CRX File
Download 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
To Do List is a simple & powerful extension for helping you to manage your day-to-day tasks. It is clean, elegant and unobtrusive. It's updated regularly so if you have any suggestions let me know. Update 23 June 2015: I have several updates in the pipeline for this, but they won't be applied for a while due to technical issues. Bear with me.
Extension Basic Information
Name | |
ID | edpenjidmmekgeafnacnkfindkblijmg |
Official URL | https://chrome.google.com/webstore/detail/to-do-list/edpenjidmmekgeafnacnkfindkblijmg |
Description | A simple, yet powerful app for managing your tasks. |
File Size | 317 KB |
Installation Count | 100 |
Current Version | 0.2.0 |
Last Updated | 2015-06-23 |
Publish Date | 2015-06-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://todolist.solumstone.co.uk |
Payment Type | free |
Extension Website | http://todolist.solumstone.co.uk |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To Do List", "description": "A simple, yet powerful app for managing your tasks.", "version": "0.2.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "cookies", "http:\/\/todolist.solumstone.co.uk" ] } |