Pregnancy - Fetus Size

How big is my baby this week?

Co to jest Pregnancy - Fetus Size?

Pregnancy - Fetus Size to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „How big is my baby this week?”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pregnancy - Fetus Size

Pobierz pliki rozszerzeń Pregnancy - Fetus Size w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pregnancy - Fetus Size Pregnancy - Fetus Size
ID bpebginapdaoepffdbholoafcpdmdndh
Oficjalny URL https://chromewebstore.google.com/detail/pregnancy-fetus-size/bpebginapdaoepffdbholoafcpdmdndh
Opis How big is my baby this week?
Rozmiar pliku 1.45 MB
Liczba instalacji 15
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2020-06-15
Data Publikacji 2020-06-15
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/nvlaarhoven/chrome-extension-fetus
Adres URL Strony Pomocy https://www.nhs.uk/start4life
Obsługiwane Języki 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
}