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”。

扩展截图

screenshot

下载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 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"
        }
    ]
}