My Age Calculator

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

Apa itu My Age Calculator?

My Age Calculator adalah ekstensi Chrome yang dikembangkan oleh https://myagecalculator.net, dan fitur utamanya adalah "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi My Age Calculator

Unduh file ekstensi My Age Calculator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama My Age Calculator My Age Calculator
ID bpkagkfeaeiapgfahnbjeilpmmpocald
URL Resmi https://chrome.google.com/webstore/detail/my-age-calculator/bpkagkfeaeiapgfahnbjeilpmmpocald
Deskripsi Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
Ukuran File 74.5 KB
Jumlah Instalasi 568
Versi Saat Ini 1.0
Terakhir Diperbarui 2020-03-27
Tanggal Publikasi 2020-03-27
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://myagecalculator.net
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://myagecalculator.net/
URL Halaman Bantuan https://myagecalculator.net/
Bahasa yang Didukung 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"
    }
}