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 |
Eメール | [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\/*" ] } |