New Tab Page With Countdown Timer

Replace new tab page with countdown timer

什么是New Tab Page With Countdown Timer?

New Tab Page With Countdown Timer是由Miqdad Ali K开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with countdown timer”。

扩展截图

screenshot
screenshot

下载New Tab Page With Countdown Timer扩展crx文件

下载New Tab Page With Countdown Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will replace you'r new tab page. You can set countdown timer.

Plugin will show random images from flickr/if offline it will show random images which included in extension                    

扩展基本信息

名称 New Tab Page With Countdown Timer New Tab Page With Countdown Timer
ID gjlomhejngokfndjeompgpfeidokhbgp
官方URL https://chrome.google.com/webstore/detail/new-tab-page-with-countdo/gjlomhejngokfndjeompgpfeidokhbgp
简介 Replace new tab page with countdown timer
文件大小 11.01 MB
安装次数 307
当前版本 1.0.4
更新时间 2016-02-25
上架时间 2016-02-25
评分 2.67/5 共12次评分
开发者 Miqdad Ali K
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "dashboard.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.flickr.com; object-src 'self'",
    "description": "Replace new tab page with countdown timer",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "permissions": [
        "storage",
        "chrome:\/\/favicon\/*",
        "topSites"
    ],
    "manifest_version": 2,
    "name": "New Tab Page With Countdown Timer",
    "offline_enabled": true,
    "version": "1.0.4"
}