Todo List
You can remember todo List today using todo
What is Todo List?
Todo List is a Chrome extension developed by Unknown, and its main feature is "You can remember todo List today using todo".
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
Todo List는 오늘 할 일을 알려주는 크롬 확장 프로그램입니다. 뭘 할려고 했는데 잊어버리신다면 이 확장 프로그램을 사용해보세요 이 프로그램이 마음에 드시면 http://gums.kr/20869 개발자 한테 ㅜㅜ 후원 한 번 식만 부탁드리겠습니다. 검색어 유입: Todo / Todo list / Todo/오늘 할일 / todo today/Todo /TODO / Todo Todo List is a Chrome extension that tells you what to do today. If you're trying to do something but forget it, try this extension If you like this program http://gums.kr/20869 I would like to ask the developer once again for your support.
Extension Basic Information
Name | Todo List |
ID | kileddibikllndemimhgkknmeeglhlob |
Official URL | https://chromewebstore.google.com/detail/todo-list/kileddibikllndemimhgkknmeeglhlob |
Description | You can remember todo List today using todo |
File Size | 94.35 KB |
Installation Count | 36 |
Current Version | 1.0 |
Last Updated | 2018-09-02 |
Publish Date | 2018-09-02 |
Developer | Unknown |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Todo List", "version": "1.0", "description": "You can remember todo List today using todo", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_popup": "src\/index.html" }, "icons": { "16": "icon\/16.png", "128": "icon\/128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |