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擴充功能。
擴展使用說明
擴展基本資訊
名稱 | ![]() |
ID | mpcfojdjmlkdnomdphkpeoocdobojjhm |
官方網址 | 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" ] } |