RS Pregnancy CountDown

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

RS Pregnancy CountDown란 무엇입니까?

RS Pregnancy CountDown은(는) http://www.silkauskas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

RS Pregnancy CountDown 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 RS Pregnancy CountDown RS Pregnancy CountDown
ID fanelpglaepgajknpbnfaieffkahbmok
공식 URL https://chrome.google.com/webstore/detail/rs-pregnancy-countdown/fanelpglaepgajknpbnfaieffkahbmok
설명 RS Pregnancy Counter can count and show how old is your baby or how many weeks left till birth.
파일 크기 290 KB
설치 횟수 124
현재 버전 1.0.1.1
최근 업데이트 2015-08-22
출시 날짜 2015-08-22
평점 3.00/5 총 12 개의 평점
개발자 http://www.silkauskas.com
결제 유형 free
확장 프로그램 웹 사이트 http://www.silkauskas.com/chrome-extensions/rs-pregnancy-countdown
지원되는 언어 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"
    }
}