Chess.com SpeedWatch

Helps stop you overspending time!

Chess.com SpeedWatchとは何ですか?

Chess.com SpeedWatchはJamheadによって開発されたChromeの拡張機能で、その主な機能は「Helps stop you overspending time!」です。

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

screenshot
screenshot

Chess.com SpeedWatch拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A timer for helping you keep track of your time in speedchess for chess.com                    

拡張機能の基本情報

名前 Chess.com SpeedWatch Chess.com SpeedWatch
ID nbbaboimojegmagmgolmiogcgkniicpn
公式URL https://chrome.google.com/webstore/detail/chesscom-speedwatch/nbbaboimojegmagmgolmiogcgkniicpn
説明 Helps stop you overspending time!
ファイルサイズ 45.02 KB
インストール数 192
現在のバージョン 1.0.1
最終更新日 2015-12-10
公開日 2015-12-10
開発者 Jamhead
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chess.com SpeedWatch",
    "description": "Helps stop you overspending time!",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/live.chess.com\/live?*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "timer.js"
            ],
            "css": [
                "timer.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo.png"
    },
    "permissions": [
        "unlimitedStorage",
        "tabs",
        "notifications"
    ]
}