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"
    ]
}