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是由https://myagecalculator.net開發的Chrome擴展程式,該擴展的主要功能是“Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday”。

擴展截圖

screenshot
screenshot

下載My Age Calculator擴展crx文件

下載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.                    

擴展基本資訊

名稱 My Age Calculator My Age Calculator
ID bpkagkfeaeiapgfahnbjeilpmmpocald
官方網址 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"
    }
}