Todo List
Todo List
What is Todo List?
Todo List is a Chrome extension developed by Unknown, and its main feature is "Todo List".
Extension Screenshots
Download Todo List Extension CRX File
Download 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
Extraordinary simple and powerful todolist. Features: 1.support date manage 2.support list item level 3.simple usage 4.immediately operation try it, you will like it [^__^]
Extension Basic Information
Name | Todo List |
ID | bjacddpgnmbhmgomneminogiggfiaejb |
Official URL | https://chromewebstore.google.com/detail/todo-list/bjacddpgnmbhmgomneminogiggfiaejb |
Description | Todo List |
File Size | 41.54 KB |
Installation Count | 1,709 |
Current Version | 1.2 |
Last Updated | 2013-11-04 |
Publish Date | 2013-11-04 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todo List", "author": "niko", "description": "Todo List", "version": "1.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "todo.html" } } |