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
官方網址 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"
            ]
        }
    ]
}