Age Calculator

Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days

Age Calculator क्या है?

Age Calculator fontlucker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days"।

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

screenshot

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

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

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

                        Download this age calculator to calculate age time (in years, months, days). You can use this calculator to keep track of the days left until your next birthday, anniversary, or any special occasion. Enter your date of birth to calculate the age interval between your date of birth and the current date. This age calculator will always be at your fingertips, just click on the extension icon and the calculator will open right on the page of the current site.
 
Just download the age calculator app and use it as intended. With this calculator you can forget about age calculator sites because this calculator will always work even offline.                    

एक्सटेंशन की मूल जानकारी

नाम Age Calculator Age Calculator
ID gbaakcccffklmhhjhfamehdfcieojmbb
आधिकारिक URL https://chromewebstore.google.com/detail/age-calculator/gbaakcccffklmhhjhfamehdfcieojmbb
विवरण Age calculator will help you calculate age from the date of birth to the current date or to another date in years, months and days
फ़ाइल का आकार 72.46 KB
स्थापना संख्या 713
वर्तमान संस्करण 0.0.03
अंतिम अपडेट 2021-07-29
प्रकाशन तिथि 2021-07-16
रेटिंग 5.00/5 कुल 25 रेटिंग्स
डेवलपर fontlucker
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
समर्थित भाषाएँ de,en,fr,es,it,pl,pt-PT,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.03",
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs"
    ],
    "icons": {
        "128": "icons\/calculatorplus_icon-128px.png"
    },
    "web_accessible_resources": [
        "css\/content.css",
        "icons\/*.png",
        "icons\/sprites\/*.png"
    ],
    "browser_action": {
        "default_title": "Simple Calculator",
        "default_icon": {
            "128": "icons\/calculatorplus_icon-128px.png"
        }
    }
}