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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Age Calculator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}