Countdown

Customizable countdown...

Countdownとは何ですか?

Countdownはkikoogayによって開発されたChromeの拡張機能で、その主な機能は「Customizable countdown...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Countdown拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension adds a customizable countdown to the New Tab Page of Chrome.

Just watch the hearts fill themselves up as you get closer the fated event you've been waiting for months. Could this be happiness ?

Please note that it is not currently possible to add anything to the New Tab Page without replacing it, and that's exactly what this extension does. However it will still display your most visited pages, and you can customize the range used in the history and the number of thumbnails displayed (even going above the limit of 8 in Chrome).                    

拡張機能の基本情報

名前 Countdown Countdown
ID anppcjcjdogokgejeaabggdgmmgdldcn
公式URL https://chromewebstore.google.com/detail/countdown/anppcjcjdogokgejeaabggdgmmgdldcn
説明 Customizable countdown...
ファイルサイズ 31.1 KB
インストール数 28
現在のバージョン 0.9
最終更新日 2014-10-16
公開日 2014-10-15
評価 2.00/5 合計 5 レビュー
開発者 kikoogay
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Countdown",
    "version": "0.9",
    "description": "Customizable countdown...",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 2,
    "permissions": [
        "history",
        "tabs",
        ""
    ]
}