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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}