Clock Icon

Shows the time (hours and minutes) next to the omnibox.

Clock Iconとは何ですか?

Clock Iconはhttps://nemrod.seによって開発されたChromeの拡張機能で、その主な機能は「Shows the time (hours and minutes) next to the omnibox.」です。

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

screenshot

Clock Icon拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A way to easily see the current time (and date by hovering) next to the omnibox.                    

拡張機能の基本情報

名前 Clock Icon Clock Icon
ID blpgdogcjmmkhendjpiilidbllpainfh
公式URL https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh
説明 Shows the time (hours and minutes) next to the omnibox.
ファイルサイズ 7.43 KB
インストール数 527
現在のバージョン 1.1
最終更新日 2013-06-19
公開日 2013-06-19
評価 3.17/5 合計 6 レビュー
開発者 https://nemrod.se
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://nemrod.se
ヘルプページのURL http://nemrod.se/chrome-extensions/clock-icon
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock Icon",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Shows the time (hours and minutes) next to the omnibox.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "dd\/mm\/yyyy hh:mm"
    }
}