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