BMI Calculator
This extension allows the user to instantly calculate their BMI.
Was ist BMI Calculator?
BMI Calculator ist eine Chrome-Erweiterung, die von https://thefogut.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to instantly calculate their BMI.".
BMI Calculator-Erweiterungs-CRX-Datei herunterladen
Laden Sie BMI Calculator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.
Grundlegende Informationen zur Erweiterung
Name | BMI Calculator |
ID | kpbhgnomheoapdkjnpblannflhefdmlg |
Offizielle URL | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
Beschreibung | This extension allows the user to instantly calculate their BMI. |
Dateigröße | 38 KB |
Installationsanzahl | 56 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-03-12 |
Veröffentlichungsdatum | 2018-03-12 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://thefogut.com |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |