Pregnancy Counter - 妊娠カウンター

出産予定日から計算して現在の妊娠週数を表示するExtensionです。

What is Pregnancy Counter - 妊娠カウンター?

Pregnancy Counter - 妊娠カウンター is a Chrome extension developed by koeri, and its main feature is "出産予定日から計算して現在の妊娠週数を表示するExtensionです。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Pregnancy Counter - 妊娠カウンター Extension CRX File

Download Pregnancy Counter - 妊娠カウンター extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        インストールして出産予定日を設定すると、バッヂに現在の妊娠週数を常時表示します。
アイコンをクリックすると、妊娠週数に加えて、妊娠月数、予定日までのカウントダウン日数が表示されます。

妊婦さん本人はもちろん、家族・友人の妊娠週数を把握したいときなどにご活用ください。                    

Extension Basic Information

Name Pregnancy Counter - 妊娠カウンター Pregnancy Counter - 妊娠カウンター
ID jihmneghnkmbfblefdkkjnenlpdoakge
Official URL https://chromewebstore.google.com/detail/pregnancy-counter-%E5%A6%8A%E5%A8%A0%E3%82%AB%E3%82%A6%E3%83%B3%E3%82%BF%E3%83%BC/jihmneghnkmbfblefdkkjnenlpdoakge
Description 出産予定日から計算して現在の妊娠週数を表示するExtensionです。
File Size 98.43 KB
Installation Count 31
Current Version 1.3.2
Last Updated 2014-01-30
Publish Date 2014-01-30
Rating 3.00/5 Total 1 Ratings
Developer koeri
Payment Type free
Extension Website http://tande.jp/lab/portfolio/pregnancy-counter/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pregnancy Counter - \u598a\u5a20\u30ab\u30a6\u30f3\u30bf\u30fc",
    "description": "\u51fa\u7523\u4e88\u5b9a\u65e5\u304b\u3089\u8a08\u7b97\u3057\u3066\u73fe\u5728\u306e\u598a\u5a20\u9031\u6570\u3092\u8868\u793a\u3059\u308bExtension\u3067\u3059\u3002",
    "version": "1.3.2",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "lib\/jquery-1.7.2.min.js",
            "lib\/xdate.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_19.png",
        "default_title": "Pregnancy Counter - \u598a\u5a20\u30ab\u30a6\u30f3\u30bf\u30fc",
        "default_popup": "popup.html"
    }
}