To-Do
To-Do List
What is To-Do?
To-Do is a Chrome extension developed by http://raviroshan.info, and its main feature is "To-Do List".
Extension Screenshots
Download To-Do Extension CRX File
Download 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
Manage your ToDo List. Keep Track of your Pending tasks. ------------------------------------------ Create new tasks. Mark as Done. Delete Task. Clear all Completed Tasks. Edit the tasks. Seamlessly Synchronize the ToDo data with Google account.
Extension Basic Information
Name | |
ID | phmaoegdngogepknaedommacbiamjhnj |
Official URL | https://chrome.google.com/webstore/detail/to-do/phmaoegdngogepknaedommacbiamjhnj |
Description | To-Do List |
File Size | 285 KB |
Installation Count | 32 |
Current Version | 1.0.2 |
Last Updated | 2017-04-08 |
Publish Date | 2017-04-08 |
Rating | 3.33/5 Total 3 Ratings |
Developer | http://raviroshan.info |
[email protected] | |
Payment Type | free |
Extension Website | http://www.raviroshan.info |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "To-Do", "short_name": "To-Do List", "manifest_version": 2, "version": "1.0.2", "description": "To-Do List", "offline_enabled": true, "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "storage", "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "To-Do List", "default_popup": "popup.html" } } |