Simply Do
Simply Do is the simplest, most easy to use to-do list you'll ever find.
What is Simply Do?
Simply Do is a Chrome extension developed by https://joshuapullen.com, and its main feature is "Simply Do is the simplest, most easy to use to-do list you'll ever find.".
Extension Screenshots
Download Simply Do Extension CRX File
Download Simply 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
Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals. You'll be more productive than ever. Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way.
Extension Basic Information
Name | Simply Do |
ID | hipnehepikeibdofmddlciccfkijjphf |
Official URL | https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf |
Description | Simply Do is the simplest, most easy to use to-do list you'll ever find. |
File Size | 37.84 KB |
Installation Count | 1,058 |
Current Version | 1.2 |
Last Updated | 2017-02-14 |
Publish Date | 2017-02-14 |
Rating | 4.79/5 Total 14 Ratings |
Developer | https://joshuapullen.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simply Do", "version": "1.2", "description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Simply Do", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery.min.js" ], "persistent": false }, "permissions": [ "storage" ], "author": "Josh Pullen" } |