Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

ما هو Motivation؟

Motivation هو إضافة Chrome تم تطويرها بواسطة Dmytrii Lysak، والميزة الرئيسية لها هي "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

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

screenshot

تحميل ملف CRX للإضافة Motivation

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

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

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

الاسم Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
عنوان URL الرسمي https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
الوصف Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
حجم الملف 2.01 MB
عدد التثبيتات 629
النسخة الحالية 0.6.6.1
آخر تحديث 2024-01-22
تاريخ النشر 2020-06-07
تقييم 5.00/5 مجموع تقييمات 3
المطور Dmytrii Lysak
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://motivation-new-tab.github.io/
عنوان صفحة المساعدة https://github.com/Lysak/motivation/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}