BMI Calculator
This extension allows the user to instantly calculate their BMI.
Wat is BMI Calculator?
BMI Calculator is een Chrome-extensie ontwikkeld door https://thefogut.com, en de belangrijkste functie is "This extension allows the user to instantly calculate their BMI.".
Download het CRX-bestand van de extensie BMI Calculator
Download BMI Calculator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | kpbhgnomheoapdkjnpblannflhefdmlg | 
| Officiële URL | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg | 
| Beschrijving | This extension allows the user to instantly calculate their BMI. | 
| Bestandsgrootte | 38 KB | 
| Aantal Installaties | 56 | 
| Huidige Versie | 1.0 | 
| Laatst Bijgewerkt | 2018-03-12 | 
| Publicatiedatum | 2018-03-12 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | https://thefogut.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    ]
}  |  |