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 |
官方網址 | 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\/*" ] } |