BMI Calculator

This extension allows the user to instantly calculate their BMI.

BMI Calculator là gì?

BMI Calculator là một tiện ích mở rộng Chrome được phát triển bởi https://thefogut.com, và tính năng chính của nó là "This extension allows the user to instantly calculate their BMI.".

Tải xuống tệp CRX của tiện ích mở rộng BMI Calculator

Tải xuống các tệp mở rộng BMI Calculator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BMI Calculator BMI Calculator
ID kpbhgnomheoapdkjnpblannflhefdmlg
URL Chính Thức https://chromewebstore.google.com/detail/bmi-calculator/kpbhgnomheoapdkjnpblannflhefdmlg
Mô tả This extension allows the user to instantly calculate their BMI.
Kích Thước Tệp 38 KB
Số Lần Cài Đặt 56
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-03-12
Ngày Phát Hành 2018-03-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://thefogut.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}