Countdown Ready

A versatile, easy-to-use countdown timer

Countdown Ready란 무엇입니까?

Countdown Ready은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A versatile, easy-to-use countdown timer"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Create a count down to a certain day (e.g. a birthday, presentation day, appointment, etc.), or create a timer for a set duration (e.g. 30 minutes, 2 hours, etc.). Click "switch mode" to choose between how you want to use the tool.

Countdown Ready will notify you when time is up. You can pick type of notification you want to receive: either a subtle side notification or a more apparent alert box pop-up. You can also turn the sound notification on/off. 

Access the Countdown Ready options menu by right-clicking on the Countdown Ready extension icon and clicking "Options."                    

확장 프로그램 기본 정보

이름 Countdown Ready Countdown Ready
ID dhabdpkoklnemkckhamdjbcchefbcelh
공식 URL https://chromewebstore.google.com/detail/countdown-ready/dhabdpkoklnemkckhamdjbcchefbcelh
설명 A versatile, easy-to-use countdown timer
파일 크기 258 KB
설치 횟수 703
현재 버전 1.1
최근 업데이트 2018-06-15
출시 날짜 2018-06-14
평점 3.50/5 총 2 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Countdown Ready",
    "description": "A versatile, easy-to-use countdown timer",
    "version": "1.1",
    "author": "Celena Chang",
    "browser_action": {
        "default_icon": "favicons\/clock2.png",
        "default_popup": "popup_startpage.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "notifications",
        "alarms"
    ]
}