RS Pregnancy CountDown
RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.
Was ist RS Pregnancy CountDown?
RS Pregnancy CountDown ist eine Chrome-Erweiterung, die von http://www.silkauskas.com entwickelt wurde, und ihr Hauptmerkmal ist "RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.".
Erweiterungsscreenshots
RS Pregnancy CountDown-Erweiterungs-CRX-Datei herunterladen
Laden Sie RS Pregnancy CountDown-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | fanelpglaepgajknpbnfaieffkahbmok |
Offizielle URL | https://chrome.google.com/webstore/detail/rs-pregnancy-countdown/fanelpglaepgajknpbnfaieffkahbmok |
Beschreibung | RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth. |
Dateigröße | 290 KB |
Installationsanzahl | 124 |
Aktuelle Version | 1.0.1.1 |
Letztes Update | 2015-08-22 |
Veröffentlichungsdatum | 2015-08-22 |
Bewertung | 3.00/5 Insgesamt 12 Bewertungen |
Entwickler | http://www.silkauskas.com |
Zahlungsart | free |
Erweiterungswebsite | http://www.silkauskas.com/chrome-extensions/rs-pregnancy-countdown |
Unterstützte Sprachen | 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" } } |