World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

什么是World Clocks new tab page?

World Clocks new tab page是由Martín Peverelli开发的Chrome扩展程序,该扩展的主要功能是“Replace the new tab page with up to 12 configurable world clocks”。

扩展截图

screenshot
screenshot
screenshot

下载World Clocks new tab page扩展crx文件

下载World Clocks new tab page扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

扩展基本信息

名称 World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
官方URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
简介 Replace the new tab page with up to 12 configurable world clocks
文件大小 214 KB
安装次数 382
当前版本 0.0.2.2
更新时间 2017-04-25
上架时间 2017-04-25
评分 2.63/5 共19次评分
开发者 Martín Peverelli
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}