Height Calculator Online
Height Calculator is a calculator that calculates Children's future estimated height..
Что такое Height Calculator Online?
Height Calculator Online - это расширение Chrome, разработанное https://heightcalculators.com, и его основная функция - "Height Calculator is a calculator that calculates Children's future estimated height..".
Снимки экрана расширения
Скачать файл CRX расширения Height Calculator Online
Скачайте файлы расширений Height Calculator Online в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Height Calculator is a calculator that calculates Children's future estimated height. its also called child Height Predictor because this calculator calculates child-adult height based on parent's height. Основная информация о расширении
| Название | |
| ID | pfoggmhbblejlehpecckajkfeomhaclh |
| Официальный URL | https://chromewebstore.google.com/detail/height-calculator-online/pfoggmhbblejlehpecckajkfeomhaclh |
| Описание | Height Calculator is a calculator that calculates Children's future estimated height.. |
| Размер файла | 47.42 KB |
| Количество установок | 22 |
| Текущая Версия | 1.1.0 |
| Последнее Обновление | 2021-02-04 |
| Дата публикации | 2021-02-03 |
| Разработчик | https://heightcalculators.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://www.heightcalculators.com/ |
| URL страницы помощи | https://www.heightcalculators.com/contact-us.html |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Height Calculator Online",
"description": "Height Calculator is a calculator that calculates Children's future estimated height..",
"version": "1.1.0",
"browser_action": {
"default_icon": "heightcalcImg.png",
"default_popup": "index.html"
},
"icons": {
"16": "heightcalcImg.png",
"32": "heightcalcImg.png",
"48": "heightcalcImg.png",
"128": "heightcalcImg.png"
}
} | |