LiChess Animated Clock

This extension shows an animated clock while playing game on Lichess.org

LiChess Animated Clockとは何ですか?

LiChess Animated Clockはpukhrajbalによって開発されたChromeの拡張機能で、その主な機能は「This extension shows an animated clock while playing game on Lichess.org」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension shows an animated clock while playing game on Lichess.org

Open sourced at https://github.com/pukhrajbal/lichess-clock                    

拡張機能の基本情報

名前 LiChess Animated Clock LiChess Animated Clock
ID moflcebaimpicobgdlomloaphhcpjmji
公式URL https://chromewebstore.google.com/detail/lichess-animated-clock/moflcebaimpicobgdlomloaphhcpjmji
説明 This extension shows an animated clock while playing game on Lichess.org
ファイルサイズ 5.07 KB
インストール数 111
現在のバージョン 1.1
最終更新日 2017-09-17
公開日 2017-09-16
評価 1.00/5 合計 2 レビュー
開発者 pukhrajbal
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LiChess Animated Clock",
    "description": "This extension shows an animated clock while playing game on Lichess.org",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lichess.org\/*",
                "https:\/\/lichess.org\/*"
            ],
            "css": [
                ".\/style.css"
            ],
            "js": [
                ".\/timer.js"
            ]
        }
    ]
}