EasyClock

Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen

EasyClockとは何ですか?

EasyClockはAaron Beckerによって開発されたChromeの拡張機能で、その主な機能は「Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen」です。

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

screenshot

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

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

拡張機能の使用方法

                        EasyClock is a simple extension that adds a clock (shows on mouseover) in the bottom left-hand corner of your screen. But this clock has some features, including:
*Double click clock to change color
*Click clock to toggle seconds display
*Press L on keyboard to toggle keeping the clock onscreen forever                    

拡張機能の基本情報

名前 EasyClock EasyClock
ID aedanoabbbceoffbdkfdeccfpijfaoja
公式URL https://chromewebstore.google.com/detail/easyclock/aedanoabbbceoffbdkfdeccfpijfaoja
説明 Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen
ファイルサイズ 13.16 KB
インストール数 85
現在のバージョン 1.1.5
最終更新日 2016-09-11
公開日 2016-09-10
開発者 Aaron Becker
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EasyClock",
    "manifest_version": 2,
    "version": "1.1.5",
    "author": "Aaron Becker",
    "description": "Adds a simple clock to web pages; access it by mousing over the bottom lefthand corner of your screen",
    "icons": {
        "128": "\/images\/icon.png"
    },
    "web_accessible_resources": [
        "easyclock.js"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "offline_enabled": true,
    "short_name": "EasyClock"
}