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 là gì?

ACBL Live Hand Diagrams là một tiện ích mở rộng Chrome được phát triển bởi Daniel Sonner, và tính năng chính của nó là "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ACBL Live Hand Diagrams

Tải xuống các tệp mở rộng ACBL Live Hand Diagrams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ACBL Live Hand Diagrams ACBL Live Hand Diagrams
ID eelgfeamjfcdjnhkihmabigblgfapcab
URL Chính Thức https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab
Mô tả Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
Kích Thước Tệp 80.52 KB
Số Lần Cài Đặt 97
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-12-11
Ngày Phát Hành 2018-12-10
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Daniel Sonner
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}