ToDo List
A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks
什么是ToDo List?
ToDo List是由Edifear开发的Chrome扩展程序,该扩展的主要功能是“A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks”。
扩展截图
下载ToDo List扩展crx文件
下载ToDo List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- using a popup window;
- easy to add, edit, check and delete items in your ToDo list;
- progress-bar of your done tasks;
- icon budge counter of uncomplited tasks;
- sync between your devices using Google sync; 扩展基本信息
| 名称 | |
| ID | mkobobmncbbieloopnpflkicoaoihcle |
| 官方URL | https://chromewebstore.google.com/detail/todo-list/mkobobmncbbieloopnpflkicoaoihcle |
| 简介 | A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks |
| 文件大小 | 70.36 KB |
| 安装次数 | 1,103 |
| 当前版本 | 1.2 |
| 更新时间 | 2013-07-30 |
| 上架时间 | 2013-07-30 |
| 评分 | 4.88/5 共26次评分 |
| 开发者 | Edifear |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Edifear/ToDoList |
| 帮助页面URL | https://github.com/Edifear/ToDoList |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ToDo List",
"version": "1.2",
"manifest_version": 2,
"permissions": [
"storage"
],
"description": "A simple, intuitive, nice-loking, easy-to-use offline extension for Google Chrome which helps you to manage your simple tasks",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon128.png",
"default_popup": "ToDo.html"
}
} | |