BMI Calculator
This extension allows the user to instantly calculate their BMI.
Apa itu BMI Calculator?
BMI Calculator adalah ekstensi Chrome yang dikembangkan oleh https://thefogut.com, dan fitur utamanya adalah "This extension allows the user to instantly calculate their BMI.".
Unduh Berkas CRX Ekstensi BMI Calculator
Unduh file ekstensi BMI Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.
Informasi Dasar Ekstensi
Nama | BMI Calculator |
ID | kpbhgnomheoapdkjnpblannflhefdmlg |
URL Resmi | https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg |
Deskripsi | This extension allows the user to instantly calculate their BMI. |
Ukuran File | 38 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2018-03-12 |
Tanggal Publikasi | 2018-03-12 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://thefogut.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |