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.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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" } } |