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.

Qu'est-ce que ACBL Live Hand Diagrams ?

ACBL Live Hand Diagrams est une extension Chrome développée par Daniel Sonner, et sa fonction principale est "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ACBL Live Hand Diagrams

Téléchargez les fichiers d'extension ACBL Live Hand Diagrams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ACBL Live Hand Diagrams ACBL Live Hand Diagrams
ID eelgfeamjfcdjnhkihmabigblgfapcab
URL Officiel https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab
Description Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
Taille du Fichier 80.52 KB
Nombre d'Installations 97
Version Actuelle 1.2
Dernière Mise à Jour 2018-12-11
Date de Publication 2018-12-10
Évaluation 5.00/5 Total 2 Évaluations
Développeur Daniel Sonner
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}