BBO Extractor

This extension extract the results for a BBO Tournament

BBO Extractor là gì?

BBO Extractor là một tiện ích mở rộng Chrome được phát triển bởi John Goacher, và tính năng chính của nó là "This extension extract the results for a BBO Tournament".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BBO Extractor

Tải xuống các tệp mở rộng BBO Extractor 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

                        This extension is designed for use by directors or scorers of bridge tournaments on Bridge Base Online,   who wish to extract the detailed results from BBO for publication on a bridge club's website.

This extension extracts the results and hand records from a BBO matchpoint or cross-imp pairs tournament, a Swiss Pairs or Swiss Teams tournament, or a match between two Teams of Four. It stores the result as a CSV file and PBN file in the browser's Downloads folder. Full ranking, scorecard, and traveller details are extracted.  Makeable contracts and optimum contracts/scores are calculated automatically and included in the PBN file. A free web app (BBOtoXML), at dds.bridgewebs.com/bbotoxml, is then used to convert the spreadsheet into an XML file for upload to a bridge results website. Conversion from BBO names to full player names can now be carried out  in the BBO Extractor or at a later stage in the BBOtoXML web app. The latter is the recommended method.
       To start the process, navigate to a BBO tournament page, as displayed in the screenshot, and click on the extension's icon (a BBX symbol). For the extension to be able to access the BBO scorecards and travellers you must be logged in to "Hand Records" with a BBO account (any valid account will suffice, it does not have to be an account used in the tournament). If you are not logged in you will be prompted to do so. The icon will change colour when the startup is successful.
       For a typical sized tournament, the process will run for a couple of minutes, as it paces retrieval of traveller pages in order to avoid loading BBO. If a retrieval produces an error response it is automatically retried. At the end of the process the results and hand records are saved as a CSV file and PBN file respectively, in the browser's Downloads folder. Makeable contracts and optimum contracts/scores are calculated automatically and included in the PBN file. If you want to terminate the extraction process before it is complete, click on the BBX icon a second time.
       If a names conversion file is open in a separate tab the process can use this to convert BBO usernames into real names. The names file should have a .txt extension, and can be opened in the browser tab by entering Ctrl+O and browsing to locate and open the file. Make sure that the tournament's results tab is in the foreground before clicking on the BBX icon. Note that to use the name conversion functionality you must manually enable "Allow access to File URLs" in the extension details. To do this, click on the chrome browser menu button, and select "More Tools/Extensions". Click on the "Details" button of the BBO Extractor entry and scroll down to find the "Allow access to File URLs" setting, then move the slider to the On position. The names file must be in the following format:

#names
bboname,firstname,surname,ID

where bboname is a user's name on BBO, followed by first name and surname of the user in separate fields. The ID field is optional and, if present, is the ID of the player (e.g. EBU national ID)                    

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

Tên BBO Extractor BBO Extractor
ID omcdgcoibkfkiikoniabecnbbacmhfij
URL Chính Thức https://chromewebstore.google.com/detail/bbo-extractor/omcdgcoibkfkiikoniabecnbbacmhfij
Mô tả This extension extract the results for a BBO Tournament
Kích Thước Tệp 46.03 KB
Số Lần Cài Đặt 2,607
Phiên Bản Hiện Tại 1.4.4
Cập Nhật Lần Cuối 2023-08-13
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển John Goacher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mirgo2.co.uk/bboextractor
URL Trang Trợ Giúp https://mirgo2.co.uk/bboextractor
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BBO Extractor",
    "description": "This extension extract the results for a BBO Tournament",
    "version": "1.4.4",
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "BBO Extractor\n\n- Click to extract results from a BBO Tournament Page"
    },
    "permissions": [
        "webNavigation",
        "scripting",
        "cookies",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/bridgebase.com\/*",
        "https:\/\/bridgebase.com\/*",
        "http:\/\/www.bridgebase.com\/*",
        "https:\/\/www.bridgebase.com\/*",
        "http:\/\/webutil.bridgebase.com\/*",
        "https:\/\/webutil.bridgebase.com\/*",
        "file:\/\/\/*"
    ]
}