Pregnancy - Fetus Size

How big is my baby this week?

What is Pregnancy - Fetus Size?

Pregnancy - Fetus Size is a Chrome extension developed by Unknown, and its main feature is "How big is my baby this week?".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pregnancy - Fetus Size Extension CRX File

Download Pregnancy - Fetus Size extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Pregnancy - Fetus Size Pregnancy - Fetus Size
ID bpebginapdaoepffdbholoafcpdmdndh
Official URL https://chromewebstore.google.com/detail/pregnancy-fetus-size/bpebginapdaoepffdbholoafcpdmdndh
Description How big is my baby this week?
File Size 1.45 MB
Installation Count 15
Current Version 0.0.5
Last Updated 2020-06-15
Publish Date 2020-06-15
Developer Unknown
Payment Type free
Extension Website https://github.com/nvlaarhoven/chrome-extension-fetus
Help Page URL https://www.nhs.uk/start4life
Supported Languages 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
}