Daily Motivation - Age Counter

Get motivated daily by remembering your age

Apa itu Daily Motivation - Age Counter?

Daily Motivation - Age Counter adalah ekstensi Chrome yang dikembangkan oleh OurForest, dan fitur utamanya adalah "Get motivated daily by remembering your age".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Daily Motivation - Age Counter

Unduh file ekstensi Daily Motivation - Age Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Daily Motivation - Age Counter Daily Motivation - Age Counter
ID ndjleggnmncjmfjcgmmpimpccikiadaf
URL Resmi https://chromewebstore.google.com/detail/daily-motivation-age-coun/ndjleggnmncjmfjcgmmpimpccikiadaf
Deskripsi Get motivated daily by remembering your age
Ukuran File 1.18 MB
Jumlah Instalasi 7,317
Versi Saat Ini 1.1.4
Terakhir Diperbarui 2024-01-06
Tanggal Publikasi 2021-04-01
Penilaian 3.69/5 Total 13 Penilaian
Pengembang OurForest
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.notion.so/Daily-Motivation-Age-Counter-12755535b9cc47d384cf179387ef6985
URL Halaman Kebijakan Privasi https://www.notion.so/Privacy-Policy-97856f7c021e44ffb1860472de9521fb
Bahasa yang Didukung 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": []
        }
    ]
}