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.”。

擴展截圖

screenshot

下載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 Bucket List
ID aeejakgneejppfanncfdigobboabaoci
官方網址 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"
    }
}