Tasks To-Do
Easily manage to-do task lists in your Chrome
What is Tasks To-Do?
Tasks To-Do is a Chrome extension developed by https://quickrr.com, and its main feature is "Easily manage to-do task lists in your Chrome".
Extension Screenshots
Download Tasks To-Do Extension CRX File
Download Tasks To-Do 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
Add an easy & simple to-do list manager to your Chrome.
Quickly add and track your tasks within the browser.
Chrome productivity extensions by http://quickrr.com Extension Basic Information
| Name | |
| ID | dkfopgbdnghjhibclanankkdddjemgkj |
| Official URL | https://chromewebstore.google.com/detail/tasks-to-do/dkfopgbdnghjhibclanankkdddjemgkj |
| Description | Easily manage to-do task lists in your Chrome |
| File Size | 80.09 KB |
| Installation Count | 403 |
| Current Version | 2.0 |
| Last Updated | 2015-02-22 |
| Publish Date | 2015-02-22 |
| Rating | 4.84/5 Total 31 Ratings |
| Developer | https://quickrr.com |
| Payment Type | free |
| Extension Website | http://quickrr.com |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"name": "Tasks To-Do",
"version": "2.0",
"manifest_version": 2,
"description": "Easily manage to-do task lists in your Chrome",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.htm",
"default_title": "Tasks To-Do"
},
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
} | |