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
官方網址 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"
            ]
        }
    ]
}