Days Until (Days Countdown)

Displays the number of days until a specified date right in the toolbar. (Days Countdown)

Days Until (Days Countdown)란 무엇입니까?

Days Until (Days Countdown)은(는) usefulwebtech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the number of days until a specified date right in the toolbar. (Days Countdown)"입니다.

확장 프로그램 스크린샷

screenshot

Days Until (Days Countdown) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        It's a countdown for days that is ALWAYS visible right in your Chrome toolbar, next to where you type your URLs.

Helps you track the number of days left until an important day that you have been waiting for.
Set a deadline for your Goals! Keep track of days remaining!

Easily change the date and event name by clicking on the extension logo.

This also syncs between browsers. Like if you login to same chrome account on two different PCs, it'll show the same results!

Chase the date!

(Days Until / Days Left / Days to go / Countdown Days / Count Days / How many days until? / Deadline / Goals deadline/ Day Countdown / Days remaining / Remaining days)                    

확장 프로그램 기본 정보

이름 Days Until (Days Countdown) Days Until (Days Countdown)
ID eddnhnjblfligfijgckclhnkmilmdhij
공식 URL https://chromewebstore.google.com/detail/days-until-days-countdown/eddnhnjblfligfijgckclhnkmilmdhij
설명 Displays the number of days until a specified date right in the toolbar. (Days Countdown)
파일 크기 17.64 KB
설치 횟수 35,905
현재 버전 1.52
최근 업데이트 2022-12-24
출시 날짜 2020-03-08
평점 3.48/5 총 42 개의 평점
개발자 usefulwebtech
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Click here to set the date"
    },
    "description": "Displays the number of days until a specified date right in the toolbar. (Days Countdown)",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "Days Until (Days Countdown)",
    "permissions": [
        "storage"
    ],
    "short_name": "Days Until",
    "version": "1.52"
}