Pregnancy - Fetus Size

How big is my baby this week?

什么是Pregnancy - Fetus Size?

Pregnancy - Fetus Size是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“How big is my baby this week?”。

扩展截图

screenshot
screenshot
screenshot

下载Pregnancy - Fetus Size扩展crx文件

下载Pregnancy - Fetus Size扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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
}