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"입니다.
확장 프로그램 스크린샷
My Age Calculator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.
확장 프로그램 기본 정보
이름 | |
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" } } |