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"
            ]
        }
    ]
}