BMI Calculator
This extension allows the user to instantly calculate their BMI.
Hvad er BMI Calculator?
BMI Calculator er en Chrome-udvidelse udviklet af https://thefogut.com, og dens hovedfunktion er "This extension allows the user to instantly calculate their BMI.".
Download BMI Calculator-udvidelses-CRX-fil
Download BMI Calculator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kpbhgnomheoapdkjnpblannflhefdmlg |
| Officiel URL | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
| Beskrivelse | This extension allows the user to instantly calculate their BMI. |
| Filstørrelse | 38 KB |
| Antal Installationer | 56 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2018-03-12 |
| Udgivelsesdato | 2018-03-12 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://thefogut.com |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
} | |