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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}