Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Τι είναι το Office Football Pool Enhancer;

Το Office Football Pool Enhancer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ethan Hart, και η κύρια λειτουργία του είναι "This extension adds some additional functionality to Office Football Pool".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Office Football Pool Enhancer

Λήψη αρχείων επέκτασης 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"
        }
    ]
}