Age Counter

Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.

ما هو Age Counter؟

Age Counter هو إضافة Chrome تم تطويرها بواسطة Cody Daniels، والميزة الرئيسية لها هي "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Customizations:
- Name
- Birthdate and time
- Background gradient

Background gradients:
- Red
- Orange
- Yellow
- Green
- Light Blue
- Dark Blue
- Purple
- Gray
- Black
- Random (one of the above gradients is chosen every time a new tab opens)                    

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

الاسم Age Counter Age Counter
ID opednjnkpnkdndkmaciahffknkefpnle
عنوان URL الرسمي https://chromewebstore.google.com/detail/age-counter/opednjnkpnkdndkmaciahffknkefpnle
الوصف Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.
حجم الملف 12.96 KB
عدد التثبيتات 2,170
النسخة الحالية 1.1.0
آخر تحديث 2017-07-15
تاريخ النشر 2017-07-15
تقييم 5.00/5 مجموع تقييمات 4
المطور Cody Daniels
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Age Counter",
    "description": "Be motivated every time you open a new tab. Replaces the new tab page with a real time age counter accurate to 9 decimal places.",
    "version": "1.1.0",
    "manifest_version": 2,
    "author": "Cody Daniels",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}