Body Mass Index (*BMI*) Calculator
Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy.
Τι είναι το Body Mass Index (*BMI*) Calculator;
Το Body Mass Index (*BMI*) Calculator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.ourhealthourlife.com, και η κύρια λειτουργία του είναι "Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Body Mass Index (*BMI*) Calculator
Λήψη αρχείων επέκτασης Body Mass Index (*BMI*) Calculator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Body mass index (BMI) is a measure of body fat based on height and weight that applies to adult men and women. The Body Mass Index (BMI) Calculator can be used to calculate your BMI value and weight status. Enter your weight and height using imperial or metric measures unit. Select "Calculate BMI" and your BMI will appear in right side. Your BMI is a measurement of your body weight based on your height and weight. Although your BMI does not actually "measure" your percentage of body fat, it is a useful tool to estimate a healthy body weight based on your height. Due to its ease of measurement and calculation, it is the most widely used diagnostic indicator to identify a person's optimal weight depending on his height. Your BMI "number" will inform you if you are underweight, normal weight, overweight, or obese. However, due to the wide variety of body types, the distribution of muscle and bone mass, etc., it is not appropriate to use this as the only or final indication for diagnosis.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | bppjmheplcommpphpkldjpegafoiboln |
Επίσημο URL | https://chrome.google.com/webstore/detail/body-mass-index-bmi-calcu/bppjmheplcommpphpkldjpegafoiboln |
Περιγραφή | Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy. |
Μέγεθος Αρχείου | 41.1 KB |
Αριθμός Εγκαταστάσεων | 148 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2017-12-17 |
Ημερομηνία Δημοσίευσης | 2017-12-17 |
Αξιολόγηση | 4.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | http://www.ourhealthourlife.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.ourhealthourlife.com/bmi-calculator/ |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.ourhealthourlife.com/contact-us/ |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Body Mass Index (*BMI*) Calculator", "description": "Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy.", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |