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