Countdown Timer

Set of countdown timers with closest timer in toolbar's badge.

Countdown Timer란 무엇입니까?

Countdown Timer은(는) Free Apps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set of countdown timers with closest timer in toolbar's badge."입니다.

확장 프로그램 스크린샷

screenshot

Countdown Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to countdown to your favorite event?

You can do a countdown for your birthday/Christmas/any other holiday which is special to you.

Simply put the date of the event inside our software, and the name of the event.

Our software will show the countdown for the closest event and ensure you have something to look forward to every time you use your Chrome browser.

Here are some simple ideas/events you cant do a countdown for.

- Christmas countdown
- Movie countdown
- Halloween countdown

Be prepared to celebrate your favorite holidays with this simple countdown timer app.                    

확장 프로그램 기본 정보

이름 Countdown Timer Countdown Timer
ID fmjffnkcihkpljdeobdgbfglmikddcmd
공식 URL https://chromewebstore.google.com/detail/countdown-timer/fmjffnkcihkpljdeobdgbfglmikddcmd
설명 Set of countdown timers with closest timer in toolbar's badge.
파일 크기 82.42 KB
설치 횟수 937
현재 버전 3.0.1
최근 업데이트 2023-05-23
출시 날짜 2023-05-22
평점 4.00/5 총 26 개의 평점
개발자 Free Apps
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://image-size.pdfwork.com/privacy-policy
지원되는 언어 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/ui\/popup.html",
        "default_title": "__MSG_extTitle__",
        "default_icon": "\/icons\/icon-128.png"
    },
    "icons": {
        "128": "\/icons\/icon-128.png",
        "64": "\/icons\/icon-64.png",
        "32": "\/icons\/icon-32.png",
        "19": "\/icons\/icon-19.png",
        "16": "\/icons\/icon-16.png",
        "48": "\/icons\/icon-48.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "version": "3.0.1",
    "homepage_url": "http:\/\/countdown.pdfwork.com\/"
}