My Age Calculator
Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday
What is My Age Calculator?
My Age Calculator is a Chrome extension developed by https://myagecalculator.net, and its main feature is "Calculate your exact age to each day, hour, minute, second. Counting the number of days remaining to your birthday".
Extension Screenshots
Download My Age Calculator Extension CRX File
Download My Age Calculator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | bpkagkfeaeiapgfahnbjeilpmmpocald |
Official URL | 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 |
File Size | 74.5 KB |
Installation Count | 568 |
Current Version | 1.0 |
Last Updated | 2020-03-27 |
Publish Date | 2020-03-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://myagecalculator.net |
[email protected] | |
Payment Type | free |
Extension Website | https://myagecalculator.net/ |
Help Page URL | https://myagecalculator.net/ |
Supported Languages | 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" } } |