Pregnancy - Fetus Size

How big is my baby this week?

ما هو Pregnancy - Fetus Size؟

Pregnancy - Fetus Size هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "How big is my baby this week?".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pregnancy - Fetus Size

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

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

                        Congratulations! You are pregnant!

You might like this little plugin to quickly see the size and weight of your baby and what it is compared to a fruit or vegetable every week.

The extension also tells you exactly how long you're pregnant depending on your due date.
Don't worry if you don't know your exact due date yet. You can put down an estimate and change this date at any time.

Let your partner, friends or family join in the fun! They can fill in your due date and see how your little one is doing too.                    

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

الاسم Pregnancy - Fetus Size Pregnancy - Fetus Size
ID bpebginapdaoepffdbholoafcpdmdndh
عنوان URL الرسمي https://chromewebstore.google.com/detail/pregnancy-fetus-size/bpebginapdaoepffdbholoafcpdmdndh
الوصف How big is my baby this week?
حجم الملف 1.45 MB
عدد التثبيتات 15
النسخة الحالية 0.0.5
آخر تحديث 2020-06-15
تاريخ النشر 2020-06-15
المطور Unknown
نوع الدفع free
موقع الإضافة https://github.com/nvlaarhoven/chrome-extension-fetus
عنوان صفحة المساعدة https://www.nhs.uk/start4life
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pregnancy - Fetus Size",
    "version": "0.0.5",
    "description": "How big is my baby this week?",
    "permissions": [
        "storage",
        "https:\/\/www.nhs.uk\/"
    ],
    "browser_action": {
        "default_popup": "src\/popup.html",
        "default_icon": {
            "16": "src\/images\/icon16.png",
            "48": "src\/images\/icon48.png",
            "128": "src\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon48.png",
        "128": "src\/images\/icon128.png"
    },
    "manifest_version": 2
}