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 là gì?
Body Mass Index (*BMI*) Calculator là một tiện ích mở rộng Chrome được phát triển bởi http://www.ourhealthourlife.com, và tính năng chính của nó là "Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Body Mass Index (*BMI*) Calculator
Tải xuống các tệp mở rộng Body Mass Index (*BMI*) Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bppjmheplcommpphpkldjpegafoiboln |
URL Chính Thức | https://chrome.google.com/webstore/detail/body-mass-index-bmi-calcu/bppjmheplcommpphpkldjpegafoiboln |
Mô tả | Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy. |
Kích Thước Tệp | 41.1 KB |
Số Lần Cài Đặt | 148 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-12-17 |
Ngày Phát Hành | 2017-12-17 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.ourhealthourlife.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.ourhealthourlife.com/bmi-calculator/ |
URL Trang Trợ Giúp | http://www.ourhealthourlife.com/contact-us/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |