Life in Weeks - Checked
This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.
ما هو Life in Weeks - Checked؟
Life in Weeks - Checked هو إضافة Chrome تم تطويرها بواسطة Zack Xiang، والميزة الرئيسية لها هي "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Life in Weeks - Checked
قم بتنزيل ملفات الامتداد Life in Weeks - Checked بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Life in Weeks - Checked displays a visualisation in which every box represents a week of your life. At a specific time every week, you are reminded to check off the next box to start the new week.
What's new:
- Fixed a bug where the option page would open on Chrome update                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | jgblkkfckbdpcaeljnaihdjhekfdcdmo | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/life-in-weeks-checked/jgblkkfckbdpcaeljnaihdjhekfdcdmo | 
| الوصف | This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite. | 
| حجم الملف | 616 KB | 
| عدد التثبيتات | 566 | 
| النسخة الحالية | 1.2.1 | 
| آخر تحديث | 2024-02-12 | 
| تاريخ النشر | 2020-09-06 | 
| تقييم | 5.00/5 مجموع تقييمات 4 | 
| المطور | Zack Xiang | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| اللغات المدعومة | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension is designed to introduce a little urgency with a gentle nudge every week, reminding us that our times are finite.",
    "version": "1.2.1",
    "manifest_version": 3,
    "name": "Life in Weeks - Checked",
    "options_page": "options.html",
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}  |  |