BBO Helper

Adds functionally to Bridge Base Online (BBO) website

BBO Helper란 무엇입니까?

BBO Helper은(는) Matthew Kidd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds functionally to Bridge Base Online (BBO) website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

BBO Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adds functionally to Bridge Base Online (BBO) website. Adds double dummy table, shows auction and play timing, cleanly copies boards to the clipboard, export boards as PBN, automates common alerts, provides more detailed travellers, and more.

Feature Summary:

• Double dummy display embedded in History pane and standalone BBO Hand Viewer. Includes 5×4 double dummy table, par score, and par contract(s). Plus quick access to John Goacher’s online double dummy solver.

• See auction and card playing timing during play, review it later, and export it with PBN files.

• Export hands in Portable Bridge Notation (PBN) format for an entire session or a single board. Output includes auction, card play, timing information, double dummy contracts, and more.

• Automatic Alerts for opening bids and many common situations, for example, forcing notrump.

•Chat Window improvements, including automatic suit symbol substitution for bids, cards, and suits, ability to set and reuse a greeting, and seat based BBO handle substitutions (!w, !n, !e, and !t)

• Copy-and-Paste HTML for boards with many display options, including timing and board rotation. Paste into e-mail, Microsoft Word, etc just as you would expect. Or paste text of HTML into a website development tool.

• Session HTML generates a standalone HTML file containing a record of all boards for a given session similar to using the copy-and-paste aid for all boards.

• Real Names for most ACBL players. View at the table and in the people pane, see in tournament results, and include in board copy.

• Many improvements to BBO My Hands traveller display, including opening leads, auctions, an additional auction sorted traveller, contract and auction frequency summary tables, and a diagram of principal auction variations.

• Field strength estimation based on ACBL masterpoint totals. (Uses average NGS percentage for English Bridge Union hosted events.)                    

확장 프로그램 기본 정보

이름 BBO Helper BBO Helper
ID jlhdaeggmepllmioeamkmnmemmfiogjd
공식 URL https://chromewebstore.google.com/detail/bbo-helper/jlhdaeggmepllmioeamkmnmemmfiogjd
설명 Adds functionally to Bridge Base Online (BBO) website
파일 크기 1.74 MB
설치 횟수 1,660
현재 버전 1.4.10
최근 업데이트 2024-02-19
출시 날짜 2021-12-18
개발자 Matthew Kidd
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lajollabridge.com/Software/BBO-Helper/
도움말 페이지 URL https://lajollabridge.com/Software/BBO-Helper/
개인정보 보호 정책 페이지 URL https://lajollabridge.com/Software/BBO-Helper/privacy.htm
지원되는 언어 de,en,fr,da,es,it,ro,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.4.10",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/lajollabridge.com\/Software\/BBO-Helper\/",
    "default_locale": "en",
    "incognito": "spanning",
    "icons": {
        "96": "icons\/B++96.png",
        "48": "icons\/B++48.png",
        "32": "icons\/B++32.png",
        "24": "icons\/B++24.png",
        "16": "icons\/B++16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.bridgebase.com\/myhands\/hands.php?username=*",
                "*:\/\/webutil.bridgebase.com\/v2\/daylong_hands.php*"
            ],
            "css": [
                "global.css",
                "hands.css"
            ],
            "js": [
                "FileSaver.js",
                "common.js",
                "hands.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bridgebase.com\/myhands\/hands.php?traveller=*"
            ],
            "css": [
                "global.css",
                "traveller.css"
            ],
            "js": [
                "FileSaver.js",
                "common.js",
                "traveller.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bridgebase.com\/tools\/handviewer.html*"
            ],
            "css": [
                "global.css"
            ],
            "js": [
                "FileSaver.js",
                "common.js",
                "handviewer.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.bridgebase.com\/v3\/*"
            ],
            "css": [
                "global.css"
            ],
            "js": [
                "FileSaver.js",
                "common.js",
                "bbov3.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/webutil.bridgebase.com\/v2\/tview.php*"
            ],
            "js": [
                "tview.js"
            ],
            "css": [
                "tview.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ebu.co.uk\/ngs\/search*"
            ],
            "js": [
                "ngssearch.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/webutil.bridgebase.com\/*",
        "https:\/\/dds.bridgewebs.com\/bsol2\/*",
        "https:\/\/dds.bridgewebs.com\/cgi-bin\/bsol2\/*"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/B++16.png",
            "24": "icons\/B++24.png",
            "32": "icons\/B++32.png"
        },
        "default_title": "BBO Helper",
        "default_popup": "popupmenu.html"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "background": {
        "service_worker": "service.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injectedbbo.js",
                "buttons\/*.png",
                "images\/*.png",
                "icons\/*.png",
                "sesshands\/*"
            ],
            "matches": [
                "*:\/\/www.bridgebase.com\/*",
                "*:\/\/webutil.bridgebase.com\/*"
            ]
        }
    ]
}