ACBL Live Hand Diagrams

Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.

Τι είναι το ACBL Live Hand Diagrams;

Το ACBL Live Hand Diagrams είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Daniel Sonner, και η κύρια λειτουργία του είναι "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης ACBL Live Hand Diagrams

Λήψη αρχείων επέκτασης ACBL Live Hand Diagrams σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        When I review a session I just played on ACBL live I often want to see all the hands and the percentages. The current way acbl live is set up I have to click a link to get from the page that has all my score to go see a particular hand. This extension modifies the table with the scores to include the hand diagram.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ACBL Live Hand Diagrams ACBL Live Hand Diagrams
ID eelgfeamjfcdjnhkihmabigblgfapcab
Επίσημο URL https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab
Περιγραφή Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
Μέγεθος Αρχείου 80.52 KB
Αριθμός Εγκαταστάσεων 97
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2018-12-11
Ημερομηνία Δημοσίευσης 2018-12-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Daniel Sonner
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ACBL Live Hand Diagrams",
    "description": "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.",
    "icons": {
        "16": "16club.png",
        "32": "32club.png",
        "48": "48club.png",
        "128": "club.png"
    },
    "browser_action": {
        "default_icon": "club.png"
    },
    "version": "1.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/live.acbl.org\/*\/scores\/*",
                "https:\/\/live.acbl.org\/*\/scores\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content.js"
            ]
        }
    ]
}