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