RS Pregnancy CountDown
RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.
O que é RS Pregnancy CountDown?
RS Pregnancy CountDown é uma extensão do Chrome desenvolvida por http://www.silkauskas.com, e sua principal característica é "RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão RS Pregnancy CountDown
Baixe arquivos de extensão RS Pregnancy CountDown 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
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.
Informações Básicas da Extensão
Nome | |
ID | fanelpglaepgajknpbnfaieffkahbmok |
URL Oficial | https://chrome.google.com/webstore/detail/rs-pregnancy-countdown/fanelpglaepgajknpbnfaieffkahbmok |
Descrição | RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth. |
Tamanho do Arquivo | 290 KB |
Contagem de Instalações | 124 |
Versão Atual | 1.0.1.1 |
Última Atualização | 2015-08-22 |
Data de Publicação | 2015-08-22 |
Classificação | 3.00/5 Total de 12 Avaliações |
Desenvolvedor | http://www.silkauskas.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.silkauskas.com/chrome-extensions/rs-pregnancy-countdown |
Idiomas Suportados | 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" } } |