WorldSnookerData Decorator
Add stats to snooker scores on worldsnookerdata.com
什么是WorldSnookerData Decorator?
WorldSnookerData Decorator是由Mateusz Rusin开发的Chrome扩展程序,该扩展的主要功能是“Add stats to snooker scores on worldsnookerdata.com”。
扩展截图
下载WorldSnookerData Decorator扩展crx文件
下载WorldSnookerData Decorator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Added some sweets to snooker scores: CALENDAR: - added turnament days counter LIVE SCORES: - changed timer to 15 seconds (instead of 30 and 60 seconds) - added link to current match stats MATCHES: - added link to unfinished match (live scoresheet) MATCHES -> MATCH: - added breaks 50+ and centuries counter - added points sum - added frames results - added "game flow" chart - added "win probability" chart CENTURIES: - added player centuries counter SESSIONS: - added local venue timezone picker to convert session start time
扩展基本信息
名称 | WorldSnookerData Decorator |
ID | lfjmcmhmeniopfbiokhdliidpejenijp |
官方URL | https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp |
简介 | Add stats to snooker scores on worldsnookerdata.com |
文件大小 | 367 KB |
安装次数 | 38 |
当前版本 | 0.0.8 |
更新时间 | 2023-01-14 |
上架时间 | 2019-05-04 |
评分 | 5.00/5 共1次评分 |
开发者 | Mateusz Rusin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://snooker.prawie.pl/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WorldSnookerData Decorator", "version": "0.0.8", "manifest_version": 2, "description": "Add stats to snooker scores on worldsnookerdata.com", "homepage_url": "http:\/\/livescores.worldsnookerdata.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/livescores.worldsnookerdata.com\/*", "https:\/\/livescores.worldsnookerdata.com\/*" ], "js": [ "js\/jquery.js", "js\/chart.js", "js\/moment.js", "js\/inject.js" ] } ], "permissions": [ "http:\/\/livescores.worldsnookerdata.com\/*", "https:\/\/livescores.worldsnookerdata.com\/*" ] } |