To Do List
To do list extension - Take and manage notes for you everytime, everywhere.
What is To Do List?
To Do List is a Chrome extension developed by Z Team, and its main feature is "To do list extension - Take and manage notes for you everytime, everywhere.".
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
Extension manage works list for you.
Extension Basic Information
Name | |
ID | hmdielkldeoblomjpiagddfdiflclhbj |
Official URL | https://chrome.google.com/webstore/detail/to-do-list/hmdielkldeoblomjpiagddfdiflclhbj |
Description | To do list extension - Take and manage notes for you everytime, everywhere. |
File Size | 6.61 KB |
Installation Count | 2,000 |
Current Version | 2.0 |
Last Updated | 2021-02-24 |
Publish Date | 2020-02-16 |
Rating | 2.86/5 Total 28 Ratings |
Developer | Z Team |
[email protected] | |
Payment Type | free |
Extension Website | https://www.facebook.com/phg99 |
Help Page URL | https://www.facebook.com/phg99 |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To Do List", "description": "To do list extension - Take and manage notes for you everytime, everywhere.", "version": "2.0", "icons": { "16": "icon16.png" }, "browser_action": { "default_icon": "icon16.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |