BMI and Ideal Weight calculator SKS 3 Fitness

This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com

BMI and Ideal Weight calculator SKS 3 Fitnessとは何ですか?

BMI and Ideal Weight calculator SKS 3 Fitnessはhttps://sks3fitness.comによって開発されたChromeの拡張機能で、その主な機能は「This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

BMI and Ideal Weight calculator SKS 3 Fitness拡張機能のCRXファイルをダウンロード

BMI and Ideal Weight calculator SKS 3 Fitness拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension calculates your BMI and ideal weight to help you track your weight loss targets.
Calculate your BMI (Body Mass Index) and your Ideal Weight with this useful Chrome browser extension that shows you a graphical representation that can help you set and achieve your dieting goals.
Your Sex/Gender, Height and current Weight are stored locally on your computer and will be used to assist you in further compilations of the form, so that you can track your BMI.

Formulas used are:
BMI = weight_in_kg / (height_in_m)^2
IDEAL_WEIGHT = (height_in_m)^2 * 22.2 (for males)
IDEAL_WEIGHT = (height_in_m)^2 * 20.6 (for females)
and, if using the imperial units, converted to lbs.

Remember to always consult a doctor before taking any decision regarding your health: we are not responsible for any wrong usage of this extension and for any damage that may arise from it.

SKS 3 Fitness.com This website is all about the Fitness including Yoga, Meditation, Gym, Martial Arts, Nutrition and Life Style.
https://www.sks3fitness.com                    

拡張機能の基本情報

名前 BMI and Ideal Weight calculator SKS 3 Fitness BMI and Ideal Weight calculator SKS 3 Fitness
ID nlhpfnjhflfmjaofjmpdkhmkjgfaaaki
公式URL https://chromewebstore.google.com/detail/bmi-and-ideal-weight-calc/nlhpfnjhflfmjaofjmpdkhmkjgfaaaki
説明 This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com
ファイルサイズ 212 KB
インストール数 52
現在のバージョン 0.5
最終更新日 2019-03-08
公開日 2019-03-08
評価 4.50/5 合計 2 レビュー
開発者 https://sks3fitness.com
支払い方法 free
拡張機能のウェブサイト https://www.sks3fitness.com
ヘルプページのURL https://www.sks3fitness.com/search/label/Yoga
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BMI and Ideal Weight calculator SKS 3 Fitness",
    "short_name": "BMI calc",
    "description": "This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com",
    "version": "0.5",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}