BBO Extractor

This extension extract the results for a BBO Tournament

什麼是BBO Extractor?

BBO Extractor是由John Goacher開發的Chrome擴展程式,該擴展的主要功能是“This extension extract the results for a BBO Tournament”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載BBO Extractor擴展crx文件

下載BBO Extractor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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)                    

擴展基本資訊

名稱 BBO Extractor BBO Extractor
ID omcdgcoibkfkiikoniabecnbbacmhfij
官方網址 https://chromewebstore.google.com/detail/bbo-extractor/omcdgcoibkfkiikoniabecnbbacmhfij
簡介 This extension extract the results for a BBO Tournament
檔案大小 46.03 KB
安裝次數 2,607
目前版本 1.4.4
更新時間 2023-08-13
上架時間 2020-06-25
評分 5.00/5 共 3 次評分
開發者 John Goacher
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mirgo2.co.uk/bboextractor
說明頁面URL https://mirgo2.co.uk/bboextractor
支援的語言 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:\/\/\/*"
    ]
}