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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My Age Calculator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}