ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

ChronoTab: The Best New Tab Clockとは何ですか?

ChronoTab: The Best New Tab ClockはDakota Larsonによって開発されたChromeの拡張機能で、その主な機能は「The best timepiece for the new tab page」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

ChronoTab: The Best New Tab Clock拡張機能のCRXファイルをダウンロード

ChronoTab: The Best New Tab Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

拡張機能の基本情報

名前 ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
公式URL https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
説明 The best timepiece for the new tab page
ファイルサイズ 52.83 KB
インストール数 22
現在のバージョン 1.4
最終更新日 2018-04-09
公開日 2018-04-08
評価 5.00/5 合計 2 レビュー
開発者 Dakota Larson
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}