Simplest Todo List
Very simple and clean todo list plugin.
什么是Simplest Todo List?
Simplest Todo List是由https://yemaw.me开发的Chrome扩展程序,该扩展的主要功能是“Very simple and clean todo list plugin.”。
扩展截图
下载Simplest Todo List扩展crx文件
下载Simplest Todo List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Very simple and clean todo list plugin. Easy to edit, delete and maintain items. Designed for daily basic todo items with minimal distraction. 扩展基本信息
| 名称 | |
| ID | pomlhinggcphemfdpabiniimopnbjcba |
| 官方URL | https://chromewebstore.google.com/detail/simplest-todo-list/pomlhinggcphemfdpabiniimopnbjcba |
| 简介 | Very simple and clean todo list plugin. |
| 文件大小 | 288 KB |
| 安装次数 | 622 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-01-24 |
| 上架时间 | 2016-01-21 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://yemaw.me |
| 付费类型 | free |
| 支持的语言 | 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": []
} | |