BMI Calculator
This extension allows the user to instantly calculate their BMI.
Vad är BMI Calculator?
BMI Calculator är en Chrome-tillägg utvecklad av https://thefogut.com, och dess huvudfunktion är "This extension allows the user to instantly calculate their BMI.".
Ladda ner BMI Calculator-förlängningens CRX-fil
Ladda ner BMI Calculator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.
Grundläggande Information om Tillägg
Namn | BMI Calculator |
ID | kpbhgnomheoapdkjnpblannflhefdmlg |
Officiell webbadress | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
Beskrivning | This extension allows the user to instantly calculate their BMI. |
Filstorlek | 38 KB |
Antal Installationer | 56 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2018-03-12 |
Publiceringsdatum | 2018-03-12 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://thefogut.com |
Betalningssätt | free |
Stödda Språk | 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" ] } |