lichess-timewarning

Warns lichess.org players when they are low on time with an audio sample

lichess-timewarningとは何ですか?

lichess-timewarningはVincent Simardによって開発されたChromeの拡張機能で、その主な機能は「Warns lichess.org players when they are low on time with an audio sample」です。

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 lichess-timewarning lichess-timewarning
ID mpcfojdjmlkdnomdphkpeoocdobojjhm
公式URL https://chrome.google.com/webstore/detail/lichess-timewarning/mpcfojdjmlkdnomdphkpeoocdobojjhm
説明 Warns lichess.org players when they are low on time with an audio sample
ファイルサイズ 27.76 KB
インストール数 41
現在のバージョン 0.1.4
最終更新日 2014-10-20
公開日 2014-10-20
評価 3.00/5 合計 4 レビュー
開発者 Vincent Simard
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess-timewarning",
    "version": "0.1.4",
    "manifest_version": 2,
    "description": "Warns lichess.org players when they are low on time with an audio sample",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/*",
                "https:\/\/*.lichess.org\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/lichess-timewarning.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "ogg\/*"
    ],
    "permissions": [
        "storage"
    ]
}