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是由Daniel Sonner开发的Chrome扩展程序,该扩展的主要功能是“Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.”。

扩展截图

screenshot
screenshot

下载ACBL Live Hand Diagrams扩展crx文件

下载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"
            ]
        }
    ]
}