Super countdown

A supercool countdown app. Don't let your pizza burn!

Super countdown란 무엇입니까?

Super countdown은(는) Sopamo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A supercool countdown app. Don't let your pizza burn!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Super countdown 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Super countdown allows you to set a countdown. Never forget your pizza or when you've got to go!

New in Version 1.1.0:
 - Added visual notifications - Yay!

New in Version 1.0.1:
 - Fixed problems with newer Chrome versions. Everything is working again :)

New in Version 1.0:
 - Functionality to start, resume and stop the countdown
 - Functionality to stop the alarm (hit the stop button)

Features:
 - No need to leave a tab open
 - Customizable sounds: YouTube videos!
 - Graphical Interface

Set the time and forget about it. There is no need to leave a tab open or anything else open. Super countdown will ring when the time is over. You can even restart chrome or your computer.

You can even customize super countdown to play another sound or even a youtube video.

Enjoy the super slim graphical interface. No more boring numbers.                    

확장 프로그램 기본 정보

이름 Super countdown Super countdown
ID dmlflpmehdclkhdpmfajmonhhcdlhibh
공식 URL https://chromewebstore.google.com/detail/super-countdown/dmlflpmehdclkhdpmfajmonhhcdlhibh
설명 A supercool countdown app. Don't let your pizza burn!
파일 크기 611 KB
설치 횟수 809
현재 버전 1.1.1
최근 업데이트 2013-02-21
출시 날짜 2013-02-21
평점 2.47/5 총 15 개의 평점
개발자 Sopamo
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super countdown",
    "version": "1.1.1",
    "description": "A supercool countdown app. Don't let your pizza burn!",
    "browser_action": {
        "default_icon": "icon-big.png",
        "default_popup": "index.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "background",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon-notification.png"
    ],
    "options_page": "options.html"
}