Pregnancy - Fetus Size

How big is my baby this week?

O que é Pregnancy - Fetus Size?

Pregnancy - Fetus Size é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "How big is my baby this week?".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Pregnancy - Fetus Size

Baixe arquivos de extensão Pregnancy - Fetus Size no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pregnancy - Fetus Size Pregnancy - Fetus Size
ID bpebginapdaoepffdbholoafcpdmdndh
URL Oficial https://chromewebstore.google.com/detail/pregnancy-fetus-size/bpebginapdaoepffdbholoafcpdmdndh
Descrição How big is my baby this week?
Tamanho do Arquivo 1.45 MB
Contagem de Instalações 15
Versão Atual 0.0.5
Última Atualização 2020-06-15
Data de Publicação 2020-06-15
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/nvlaarhoven/chrome-extension-fetus
URL da Página de Ajuda https://www.nhs.uk/start4life
Idiomas Suportados 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
}