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.

O que é ACBL Live Hand Diagrams?

ACBL Live Hand Diagrams é uma extensão do Chrome desenvolvida por Daniel Sonner, e sua principal característica é "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ACBL Live Hand Diagrams

Baixe arquivos de extensão ACBL Live Hand Diagrams no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ACBL Live Hand Diagrams ACBL Live Hand Diagrams
ID eelgfeamjfcdjnhkihmabigblgfapcab
URL Oficial https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab
Descrição Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
Tamanho do Arquivo 80.52 KB
Contagem de Instalações 97
Versão Atual 1.2
Última Atualização 2018-12-11
Data de Publicação 2018-12-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Daniel Sonner
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}