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은(는) http://www.ourhealthourlife.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check your body mass index with Body Mass Index (*BMI*) Calculator and keep healthy & be happy."입니다.
확장 프로그램 스크린샷
Body Mass Index (*BMI*) Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |