ToDo Notes
A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.
什么是ToDo Notes?
ToDo Notes是由thecerealcoder开发的Chrome扩展程序,该扩展的主要功能是“A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.”。
扩展截图
下载ToDo Notes扩展crx文件
下载ToDo Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The ToDo Notes extension's main focus is on simplicity and aesthetic. This chrome extension will provide users with a self-intuitive graphical interface and uncomplicated functionality to assist with reminding oneself of important daily tasks.
扩展基本信息
名称 | |
ID | lfjajlafflaljilpemdidlodijkdaggh |
官方URL | https://chrome.google.com/webstore/detail/todo-notes/lfjajlafflaljilpemdidlodijkdaggh |
简介 | A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension. |
文件大小 | 175 KB |
安装次数 | 98 |
当前版本 | 1.0.0 |
更新时间 | 2019-03-03 |
上架时间 | 2019-03-03 |
评分 | 5.00/5 共2次评分 |
开发者 | thecerealcoder |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ToDo Notes", "description": "A simplistic ToDo List that will help keep track of daily activites as a Chrome Extension.", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "todos.html" }, "permissions": [ "activeTab" ] } |