My Age Calculator
Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
O que é My Age Calculator?
My Age Calculator é uma extensão do Chrome desenvolvida por https://myagecalculator.net, e sua principal característica é "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My Age Calculator
Baixe arquivos de extensão My Age Calculator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
URL Oficial | https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald |
Descrição | Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday |
Tamanho do Arquivo | 74.5 KB |
Contagem de Instalações | 568 |
Versão Atual | 1.0 |
Última Atualização | 2020-03-27 |
Data de Publicação | 2020-03-27 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://myagecalculator.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://myagecalculator.net/ |
URL da Página de Ajuda | https://myagecalculator.net/ |
Idiomas Suportados | 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" } } |