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ファイルをダウンロード

Super countdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
}