BMI Calculator

This extension allows the user to instantly calculate their BMI.

BMI Calculatorคืออะไร?

BMI Calculator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thefogut.com และคุณลักษณะหลักของมันคือ "This extension allows the user to instantly calculate their BMI."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BMI Calculator

ดาวน์โหลดไฟล์ส่วนขยาย BMI Calculator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a simple and easy to use BMI Calculator, that helps you calculate your BMI on the fly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BMI Calculator BMI Calculator
ID kpbhgnomheoapdkjnpblannflhefdmlg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg
คำอธิบาย This extension allows the user to instantly calculate their BMI.
ขนาดไฟล์ 38 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-03-12
วันที่เผยแพร่ 2018-03-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://thefogut.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    ]
}