BMI Calculator

This extension allows the user to instantly calculate their BMI.

What is BMI Calculator?

BMI Calculator is a Chrome extension developed by https://thefogut.com, and its main feature is "This extension allows the user to instantly calculate their BMI.".

Download BMI Calculator Extension CRX File

Download BMI Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.                    

Extension Basic Information

Name BMI Calculator BMI Calculator
ID kpbhgnomheoapdkjnpblannflhefdmlg
Official URL https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg
Description This extension allows the user to instantly calculate their BMI.
File Size 38 KB
Installation Count 56
Current Version 1.0
Last Updated 2018-03-12
Publish Date 2018-03-12
Rating 5.00/5 Total 1 Ratings
Developer https://thefogut.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BMI Calculator",
    "description": "This extension allows the user to instantly calculate their BMI.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}