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

Was ist BMI and Ideal Weight calculator SKS 3 Fitness?

BMI and Ideal Weight calculator SKS 3 Fitness ist eine Chrome-Erweiterung, die von https://sks3fitness.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

BMI and Ideal Weight calculator SKS 3 Fitness-Erweiterungs-CRX-Datei herunterladen

Laden Sie BMI and Ideal Weight calculator SKS 3 Fitness-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BMI and Ideal Weight calculator SKS 3 Fitness BMI and Ideal Weight calculator SKS 3 Fitness
ID nlhpfnjhflfmjaofjmpdkhmkjgfaaaki
Offizielle URL https://chromewebstore.google.com/detail/bmi-and-ideal-weight-calc/nlhpfnjhflfmjaofjmpdkhmkjgfaaaki
Beschreibung This extension calculates your BMI and ideal weight to help you track your weight loss targets, provided by SKS 3 Fitness.com
Dateigröße 212 KB
Installationsanzahl 52
Aktuelle Version 0.5
Letztes Update 2019-03-08
Veröffentlichungsdatum 2019-03-08
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://sks3fitness.com
Zahlungsart free
Erweiterungswebsite https://www.sks3fitness.com
Hilfeseite URL https://www.sks3fitness.com/search/label/Yoga
Unterstützte Sprachen 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"
    ]
}