To-do List
A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.
什么是To-do List?
To-do List是由http://to-do.meteor.com开发的Chrome扩展程序,该扩展的主要功能是“A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.”。
扩展截图
下载To-do List扩展crx文件
下载To-do List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Keep an easy-to-use to-do list located on the corner of your Chrome browser.
*Time management Tool.
*To-do List.
*Features:
1. Display tasks within one week (7 days) with one click;
2. Optional desktop notifications;
3. Cross out tasks that have been completed;
4. Set and check tasks for any future date;
5. Sync to your Chrome account if you are signed in;
*IMPORTANT: Please sign in your Chrome to sync your data to your Google account. All data will only be sync to your Google account.
Update Log:
Ver 1.1.3: Added desktop notifications.
Ver 1.1.4: Enriched user interface with multiple background images.
Ver 1.1.5: UI refined.
Ver 1.1.6: UI refined.
Ver 1.1.7: UI refined: table.
Ver 1.1.8: Handle timer reset when extension updated.
Ver 1.1.9: Automatic start timer when background page loads.
Ver 1.1.10: Cancel background image resetting when updated. 扩展基本信息
| 名称 | |
| ID | ejogpdnbcfngddnlclioajehendkmmik |
| 官方URL | https://chrome.google.com/webstore/detail/to-do-list/ejogpdnbcfngddnlclioajehendkmmik |
| 简介 | A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list. |
| 文件大小 | 1.43 MB |
| 安装次数 | 95 |
| 当前版本 | 1.1.10 |
| 更新时间 | 2013-04-24 |
| 上架时间 | 2013-04-24 |
| 评分 | 2.33/5 共3次评分 |
| 开发者 | http://to-do.meteor.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "time.png",
"default_popup": "popup.html",
"default_title": "Do It Now!"
},
"web_accessible_resources": [
"time48.png"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A simple to-do list. Time management. To-do list.To-do list.To-do list.To-do list.",
"background": {
"page": "background.html",
"script": [
"background.js"
]
},
"name": "To-do List",
"permissions": [
"storage",
"notifications",
"background"
],
"icons": {
"48": "time.png",
"128": "time.png",
"16": "time.png"
},
"manifest_version": 2,
"version": "1.1.10"
} | |