Date Calculator

Date Calculator.

Date Calculator란 무엇입니까?

Date Calculator은(는) Udit Shah에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Date Calculator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Do you get stuck in finding the number of days between the two given dates?
Do you frequently add or subtract days to a specific date and get confused in finding the resultant date?

This is a perfect quick extension on your fingertip to solve the above two problems. You can get the total count of days between the given two dates in three clicks. You can easily add or subtract days to/from date given with a result date in quick 3 steps. Let me know, what more features you would like me to add to this extension.                    

확장 프로그램 기본 정보

이름 Date Calculator Date Calculator
ID jecbmodojclbbpddaeiokmmiigamnkon
공식 URL https://chromewebstore.google.com/detail/date-calculator/jecbmodojclbbpddaeiokmmiigamnkon
설명 Date Calculator.
파일 크기 236 KB
설치 횟수 3,887
현재 버전 1.1
최근 업데이트 2017-06-15
출시 날짜 2017-06-14
평점 4.17/5 총 12 개의 평점
개발자 Udit Shah
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Date Calculator",
    "description": "Date Calculator.",
    "version": "1.1",
    "short_name": "DC",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "sticon_128.png"
    ],
    "icons": {
        "16": "DC_icon_16.png",
        "48": "DC_icon_48.png",
        "128": "DC_icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-ui.js",
                "bootstrap.min.js",
                "jquery.min.js",
                "popup.js",
                "moment.js",
                "moment-precise-range.js"
            ],
            "matches": [
                "http:\/\/date_calculator_extension\/*"
            ]
        }
    ]
}