BMI Calculator

This extension allows the user to instantly calculate their BMI.

Qu'est-ce que BMI Calculator ?

BMI Calculator est une extension Chrome développée par https://thefogut.com, et sa fonction principale est "This extension allows the user to instantly calculate their BMI.".

Télécharger le fichier CRX de l'extension BMI Calculator

Téléchargez les fichiers d'extension BMI Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BMI Calculator BMI Calculator
ID kpbhgnomheoapdkjnpblannflhefdmlg
URL Officiel https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg
Description This extension allows the user to instantly calculate their BMI.
Taille du Fichier 38 KB
Nombre d'Installations 56
Version Actuelle 1.0
Dernière Mise à Jour 2018-03-12
Date de Publication 2018-03-12
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://thefogut.com
Type de Paiement free
Langues Prises en Charge 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"
    ]
}