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
官方網址 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",
        ""
    ]
}