lichess-drow
Adds the BlitzIn for ICC "draw" sound to lichess.org
什么是lichess-drow?
lichess-drow是由Vincent Simard开发的Chrome扩展程序,该扩展的主要功能是“Adds the BlitzIn for ICC "draw" sound to lichess.org”。
下载lichess-drow扩展crx文件
下载lichess-drow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | lichess-drow |
ID | kgljljppljobmdankjemkdaacnhpobpl |
官方URL | https://chromewebstore.google.com/detail/lichess-drow/kgljljppljobmdankjemkdaacnhpobpl |
简介 | Adds the BlitzIn for ICC "draw" sound to lichess.org |
文件大小 | 9.42 KB |
安装次数 | 30 |
当前版本 | 0.1.1 |
更新时间 | 2017-04-02 |
上架时间 | 2017-04-02 |
开发者 | Vincent Simard |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "lichess-drow", "version": "0.1.1", "manifest_version": 2, "description": "Adds the BlitzIn for ICC \"draw\" sound to lichess.org", "icons": [], "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*.lichess.org\/*", "https:\/\/*.lichess.org\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/lichess-drow.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "ogg\/*" ], "permissions": [ "storage" ] } |