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