World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

World Clocks new tab pageとは何ですか?

World Clocks new tab pageはMartín Peverelliによって開発されたChromeの拡張機能で、その主な機能は「Replace the new tab page with up to 12 configurable world clocks」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

World Clocks new tab page拡張機能のCRXファイルをダウンロード

World Clocks new tab page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

拡張機能の基本情報

名前 World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
公式URL https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
説明 Replace the new tab page with up to 12 configurable world clocks
ファイルサイズ 214 KB
インストール数 382
現在のバージョン 0.0.2.2
最終更新日 2017-04-25
公開日 2017-04-25
評価 2.63/5 合計 19 レビュー
開発者 Martín Peverelli
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}