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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rrsk และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bucket List

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}