Daily Motivation - Age Counter

Get motivated daily by remembering your age

ما هو Daily Motivation - Age Counter؟

Daily Motivation - Age Counter هو إضافة Chrome تم تطويرها بواسطة OurForest، والميزة الرئيسية لها هي "Get motivated daily by remembering your age".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Daily Motivation - Age Counter

قم بتنزيل ملفات الامتداد Daily Motivation - Age Counter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Transform your new tab into a powerful reminder of the time you have and the potential within you! With the Daily Motivation - Age Counter extension, embrace each day with renewed purpose and motivation.

Features:
✓ Age Counter: Every time you open a new tab, see your current age. A gentle nudge that time is precious, urging you to make the most out of every moment.
✓ Personalized Experience: Customize the look and feel by selecting your preferred colors. Make it uniquely yours!
✓ Inspirational Message: Add a personal touch with a custom message. Whether it’s your life’s motto, a motivational quote, or a daily target, keep your goals and inspiration right in front of you.

Benefits:
✓ Increased Mindfulness: In the hustle and bustle of daily life, it’s easy to lose track of time. This extension helps ground you, reminding you of the present moment.
✓ Stay Motivated: Having a clear view of your age can be a motivational tool, prompting you to seize the day and pursue your goals with more determination.
✓ Customization: Make your new tab truly personal. With a combination of colors and messages, create a space that resonates with your spirit.

Unlock the power of now with Daily Motivation - Age Counter. Install today and take the first step towards a more focused, motivated, and present you!                    

معلومات أساسية عن التمديد

الاسم Daily Motivation - Age Counter Daily Motivation - Age Counter
ID ndjleggnmncjmfjcgmmpimpccikiadaf
عنوان URL الرسمي https://chromewebstore.google.com/detail/daily-motivation-age-coun/ndjleggnmncjmfjcgmmpimpccikiadaf
الوصف Get motivated daily by remembering your age
حجم الملف 1.18 MB
عدد التثبيتات 7,317
النسخة الحالية 1.1.4
آخر تحديث 2024-01-06
تاريخ النشر 2021-04-01
تقييم 3.69/5 مجموع تقييمات 13
المطور OurForest
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.notion.so/Daily-Motivation-Age-Counter-12755535b9cc47d384cf179387ef6985
عنوان صفحة سياسة الخصوصية https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Get motivated daily by remembering your age",
    "version": "1.1.4",
    "manifest_version": 3,
    "name": "Daily Motivation - Age Counter",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}