My Age Calculator
Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
Что такое My Age Calculator?
My Age Calculator - это расширение Chrome, разработанное https://myagecalculator.net, и его основная функция - "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".
Снимки экрана расширения
Скачать файл CRX расширения My Age Calculator
Скачайте файлы расширений My Age Calculator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Age calculator is online tool to calculate age from date of birth to current date. It can also be used to calculate time difference between two dates. The output format of the time difference is in terms of years, months and days. The calculation of age or time difference does not depend on the timezone of the person as the output is the difference of the time. This age calculator is created on the basis of most common age system, so that it stays relevant for most of the people.
Основная информация о расширении
Название | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
Официальный URL | https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald |
Описание | Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday |
Размер файла | 74.5 KB |
Количество установок | 568 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-03-27 |
Дата публикации | 2020-03-27 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | https://myagecalculator.net |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://myagecalculator.net/ |
URL страницы помощи | https://myagecalculator.net/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Age Calculator", "description": "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday", "version": "1.0", "manifest_version": 2, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png" } } |