My Age Calculator
Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
¿Qué es My Age Calculator?
My Age Calculator es una extensión de Chrome desarrollada por https://myagecalculator.net, y su función principal es "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Age Calculator
Descarga archivos de extensión My Age Calculator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
URL Oficial | https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald |
Descripción | Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday |
Tamaño del Archivo | 74.5 KB |
Cantidad de Instalaciones | 568 |
Versión Actual | 1.0 |
Última Actualización | 2020-03-27 |
Fecha de Publicación | 2020-03-27 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | https://myagecalculator.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://myagecalculator.net/ |
URL de la Página de Ayuda | https://myagecalculator.net/ |
Idiomas Soportados | 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" } } |