My Age Calculator

Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday

Qu'est-ce que My Age Calculator ?

My Age Calculator est une extension Chrome développée par https://myagecalculator.net, et sa fonction principale est "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension My Age Calculator

Téléchargez les fichiers d'extension My Age Calculator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom My Age Calculator My Age Calculator
ID bpkagkfeaeiapgfahnbjeilpmmpocald
URL Officiel https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald
Description Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
Taille du Fichier 74.5 KB
Nombre d'Installations 568
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-27
Date de Publication 2020-03-27
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://myagecalculator.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://myagecalculator.net/
URL de la Page d'Aide https://myagecalculator.net/
Langues Prises en Charge 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"
    }
}