Simplest Todo List
Very simple and clean todo list plugin.
What is Simplest Todo List?
Simplest Todo List is a Chrome extension developed by https://yemaw.me, and its main feature is "Very simple and clean todo list plugin.".
Extension Screenshots
Download Simplest Todo List Extension CRX File
Download Simplest Todo 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
Very simple and clean todo list plugin. Easy to edit, delete and maintain items. Designed for daily basic todo items with minimal distraction.
Extension Basic Information
Name | Simplest Todo List |
ID | pomlhinggcphemfdpabiniimopnbjcba |
Official URL | https://chromewebstore.google.com/detail/simplest-todo-list/pomlhinggcphemfdpabiniimopnbjcba |
Description | Very simple and clean todo list plugin. |
File Size | 288 KB |
Installation Count | 622 |
Current Version | 1.0.0 |
Last Updated | 2017-01-24 |
Publish Date | 2016-01-21 |
Rating | 5.00/5 Total 6 Ratings |
Developer | https://yemaw.me |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simplest Todo List", "description": "Very simple and clean todo list plugin.", "version": "1.0.0", "icons": { "128": "icon\/list.png" }, "browser_action": { "default_icon": "icon\/list.png", "default_popup": "index.html" }, "permissions": [] } |