Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Vad är Office Football Pool Enhancer?

Office Football Pool Enhancer är en Chrome-tillägg utvecklad av Ethan Hart, och dess huvudfunktion är "This extension adds some additional functionality to Office Football Pool".

Tilläggsskärmbilder

screenshot

Ladda ner Office Football Pool Enhancer-förlängningens CRX-fil

Ladda ner Office Football Pool Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Office Football Pool Enhancer Office Football Pool Enhancer
ID giddgbpfifkedgnlonpcpbhnhbpkdapo
Officiell webbadress https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo
Beskrivning This extension adds some additional functionality to Office Football Pool
Filstorlek 8.64 KB
Antal Installationer 79
Aktuell Version 2.1
Senast Uppdaterad 2019-08-26
Publiceringsdatum 2019-08-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Ethan Hart
Betalningssätt free
Stödda Språk 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"
        }
    ]
}