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文件

下載RS Pregnancy CountDown擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}