Timezone

TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)

什么是Timezone?

Timezone是由http://creativebrain.be开发的Chrome扩展程序,该扩展的主要功能是“TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Timezone扩展crx文件

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

扩展使用说明

                        Add time zones from over 400 cities in a fast and fun way.

✔ Drag down to add a new time zone.
✔ Re-order your saved time zones.
✔ Includes 405 different cities                    

扩展基本信息

名称 Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
官方URL https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
简介 TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
文件大小 318 KB
安装次数 616
当前版本 1.0 beta
更新时间 2015-07-31
上架时间 2015-07-31
评分 2.80/5 共5次评分
开发者 http://creativebrain.be
付费类型 free
扩展官网 http://www.creativebrain.be/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "version_name": "1.0 beta",
    "manifest_version": 2,
    "name": "Timezone",
    "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/reset.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/moment.js",
                "js\/moment-timezone.js",
                "js\/jquery.hammer.js",
                "js\/script.js"
            ]
        }
    ]
}