RS Pregnancy CountDown

RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.

Qu'est-ce que RS Pregnancy CountDown ?

RS Pregnancy CountDown est une extension Chrome développée par http://www.silkauskas.com, et sa fonction principale est "RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension RS Pregnancy CountDown

Téléchargez les fichiers d'extension RS Pregnancy CountDown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This RS Pregnancy CountDown counts and shows how many weeks is your baby or how many weeks are left till birth.

If you like it and would like to donate some money for improvements and new others extensions creation, then buy RS Pregancy CountDown Pro version. Pro version has small differences from free version.

Note. After installation, go over "Gift icon" on top right corner and press right mouse button, then choose from menu options. Enter your details and press save.                    

Informations de Base sur l'Extension

Nom RS Pregnancy CountDown RS Pregnancy CountDown
ID fanelpglaepgajknpbnfaieffkahbmok
URL Officiel https://chrome.google.com/webstore/detail/rs-pregnancy-countdown/fanelpglaepgajknpbnfaieffkahbmok
Description RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.
Taille du Fichier 290 KB
Nombre d'Installations 124
Version Actuelle 1.0.1.1
Dernière Mise à Jour 2015-08-22
Date de Publication 2015-08-22
Évaluation 3.00/5 Total 12 Évaluations
Développeur http://www.silkauskas.com
Type de Paiement free
Site Web de l'Extension http://www.silkauskas.com/chrome-extensions/rs-pregnancy-countdown
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RS Pregnancy CountDown",
    "description": "RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.",
    "version": "1.0.1.1",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}