Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
Office Football Pool Enhancerとは何ですか?
Office Football Pool EnhancerはEthan Hartによって開発されたChromeの拡張機能で、その主な機能は「This extension adds some additional functionality to Office Football Pool」です。
拡張機能のスクリーンショット
Office Football Pool Enhancer拡張機能のCRXファイルをダウンロード
Office Football Pool Enhancer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean. The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements. Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table Known bugs: Reverse sorting for "Risked" not working
拡張機能の基本情報
名前 | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
公式URL | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
説明 | This extension adds some additional functionality to Office Football Pool |
ファイルサイズ | 8.64 KB |
インストール数 | 79 |
現在のバージョン | 2.1 |
最終更新日 | 2019-08-26 |
公開日 | 2019-08-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Ethan Hart |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Office Football Pool Enhancer", "description": "This extension adds some additional functionality to Office Football Pool", "version": "2.1", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/ofps.js" ], "matches": [ "*:\/\/officefootballpool.com\/standings*", "*:\/\/www.officefootballpool.com\/standings*" ], "run_at": "document_end" } ] } |