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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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