Day-Count Timer Extension

Counts the amount of days since or until a specified date (or multiple dates).

Day-Count Timer Extension란 무엇입니까?

Day-Count Timer Extension은(는) linuscedergren에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Counts the amount of days since or until a specified date (or multiple dates)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Day-Count Timer Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple extension which counts the amount of days since or until a specified date.
The extension icon will always display the amount of days between today and a specified date.                    

확장 프로그램 기본 정보

이름 Day-Count Timer Extension Day-Count Timer Extension
ID mhofelbafaechkdfmlpgcognpgnnhaaa
공식 URL https://chromewebstore.google.com/detail/day-count-timer-extension/mhofelbafaechkdfmlpgcognpgnnhaaa
설명 Counts the amount of days since or until a specified date (or multiple dates).
파일 크기 625 KB
설치 횟수 329
현재 버전 2.3.2
최근 업데이트 2023-02-14
출시 날짜 2020-09-27
평점 4.50/5 총 2 개의 평점
개발자 linuscedergren
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day-Count Timer Extension",
    "version": "2.3.2",
    "manifest_version": 3,
    "description": "Counts the amount of days since or until a specified date (or multiple dates).",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": ".\/assets\/images\/icon.png"
    },
    "background": {
        "service_worker": ".\/assets\/js\/background.js"
    },
    "icons": {
        "128": ".\/assets\/images\/icon.png"
    }
}