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
电子邮箱 [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"
    ]
}