World Clocks New Tab

World Clocks New Tab - See multiple analog clocks with different timezones on a new tab

什么是World Clocks New Tab?

World Clocks New Tab是由alextrastero开发的Chrome扩展程序,该扩展的主要功能是“World Clocks New Tab - See multiple analog clocks with different timezones on a new tab”。

扩展截图

screenshot
screenshot
screenshot

下载World Clocks New Tab扩展crx文件

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

扩展使用说明

                        World Clocks New Tab - See multiple analog clocks with different timezones on a new tab                    

扩展基本信息

名称 World Clocks New Tab World Clocks New Tab
ID kgdofgjeidgppjkamhldifcjdmbcpipi
官方URL https://chromewebstore.google.com/detail/world-clocks-new-tab/kgdofgjeidgppjkamhldifcjdmbcpipi
简介 World Clocks New Tab - See multiple analog clocks with different timezones on a new tab
文件大小 56.64 KB
安装次数 161
当前版本 2.1.1
更新时间 2018-02-24
上架时间 2018-02-24
评分 4.25/5 共4次评分
开发者 alextrastero
付费类型 free
扩展官网 https://github.com/alextrastero/world-clocks-new-tab
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "World Clocks New Tab",
    "short_name": "World Clocks",
    "version": "2.1.1",
    "description": "World Clocks New Tab - See multiple analog clocks with different timezones on a new tab",
    "author": "Alexander Odell ",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "offline_enabled": true,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}