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