Bucket List
Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.
什么是Bucket List?
Bucket List是由rrsk开发的Chrome扩展程序,该扩展的主要功能是“Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.”。
扩展截图
下载Bucket List扩展crx文件
下载Bucket List扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
We all need motivation to do stuff and get ourselves going, but every time we loose our focus.To help you maintain your priorities this extension allows you save your task/ideas in to-do list while maintaining it across your chrome devices through google account sync automatically. To keep a measure of time a life clock is added as a new tab page with all your list.I hope that you enjoy it and wait for your feedback.
扩展基本信息
名称 | Bucket List |
ID | aeejakgneejppfanncfdigobboabaoci |
官方URL | https://chromewebstore.google.com/detail/bucket-list/aeejakgneejppfanncfdigobboabaoci |
简介 | Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work. |
文件大小 | 308 KB |
安装次数 | 83 |
当前版本 | 1.1 |
更新时间 | 2017-10-04 |
上架时间 | 2017-10-04 |
评分 | 4.33/5 共3次评分 |
开发者 | rrsk |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bucket List", "description": "Be motivated to do what you want in life, maintain a set of 3 to-do list to help you along your daily work.", "version": "1.1", "manifest_version": 2, "permissions": [ "storage", "tabs" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "bucketlist.png", "default_title": "Bucket List", "default_popup": "popup.html" } } |