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

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

拡張機能の使用方法

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