To Do Check!
Simple app to manage your tasks directly in the browser popup window.
What is To Do Check!?
To Do Check! is a Chrome extension developed by voronianski, and its main feature is "Simple app to manage your tasks directly in the browser popup window.".
Extension Screenshots
Download To Do Check! Extension CRX File
Download To Do Check! 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
ToDoCheck is an online task manager in a popup window of your browser that's useful, fast and easy to use. Add your tasks, manage them and check when they're done!
Extension Basic Information
Name | |
ID | fnpccimkenoohpmpgcbckognapnaepnb |
Official URL | https://chromewebstore.google.com/detail/to-do-check/fnpccimkenoohpmpgcbckognapnaepnb |
Description | Simple app to manage your tasks directly in the browser popup window. |
File Size | 73.67 KB |
Installation Count | 178 |
Current Version | 2.3 |
Last Updated | 2012-08-19 |
Publish Date | 2012-08-19 |
Rating | 4.20/5 Total 5 Ratings |
Developer | voronianski |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "To Do Check!", "version": "2.3", "manifest_version": 2, "description": "Simple app to manage your tasks directly in the browser popup window.", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |