BMI Calculator
This extension allows the user to instantly calculate their BMI.
Co to jest BMI Calculator?
BMI Calculator to rozszerzenie Chrome opracowane przez https://thefogut.com, a jego główną funkcją jest „This extension allows the user to instantly calculate their BMI.”.
Pobierz plik CRX rozszerzenia BMI Calculator
Pobierz pliki rozszerzeń BMI Calculator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kpbhgnomheoapdkjnpblannflhefdmlg |
| Oficjalny URL | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
| Opis | This extension allows the user to instantly calculate their BMI. |
| Rozmiar pliku | 38 KB |
| Liczba instalacji | 56 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-03-12 |
| Data Publikacji | 2018-03-12 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://thefogut.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |