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.

Was ist ACBL Live Hand Diagrams?

ACBL Live Hand Diagrams ist eine Chrome-Erweiterung, die von Daniel Sonner entwickelt wurde, und ihr Hauptmerkmal ist "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".

Erweiterungsscreenshots

screenshot
screenshot

ACBL Live Hand Diagrams-Erweiterungs-CRX-Datei herunterladen

Laden Sie ACBL Live Hand Diagrams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ACBL Live Hand Diagrams ACBL Live Hand Diagrams
ID eelgfeamjfcdjnhkihmabigblgfapcab
Offizielle URL https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab
Beschreibung Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
Dateigröße 80.52 KB
Installationsanzahl 97
Aktuelle Version 1.2
Letztes Update 2018-12-11
Veröffentlichungsdatum 2018-12-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Daniel Sonner
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}