Bridge Solver

This extension extract bridge hands from results pages and load them into Bridge Solver Online

Bridge Solver là gì?

Bridge Solver 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 bridge hands from results pages and load them into Bridge Solver Online".

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

screenshot

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

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

                        Bridge clubs publish results on various websites, together with diagrams of the boards showing which cards were held by each of the four players. Participants have an interest in finding out how boards could have been played in order to achieve a better result. The function of the Bridge Solver Chrome extension is to extract the hand records from results pages for use by my Bridge Solver Online app, which performs analysis and enables the user to investigate the optimum line of play.

Simply navigate in the browser to the page containing the hand diagrams. The extension's icon at the right of the address bar will change to a green background. Click on it to  acquire the deals. Makeable contracts, and par scores are calculated automatically. User selected contracts can be played interactively, with card by card guidance.

For further details see the website.                    

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

Tên Bridge Solver Bridge Solver
ID kokhaneonlmnbgbnlohmbkgeahbjanbj
URL Chính Thức https://chromewebstore.google.com/detail/bridge-solver/kokhaneonlmnbgbnlohmbkgeahbjanbj
Mô tả This extension extract bridge hands from results pages and load them into Bridge Solver Online
Kích Thước Tệp 30.46 KB
Số Lần Cài Đặt 4,025
Phiên Bản Hiện Tại 1.34
Cập Nhật Lần Cuối 2023-03-08
Ngày Phát Hành 2020-04-25
Đánh Giá 4.56/5 Tổng số 16 Đánh Giá
Nhà Phát Triển John Goacher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://bridgesolver.co.uk
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bridge Solver",
    "description": "This extension extract bridge hands from results pages and load them into Bridge Solver Online",
    "version": "1.34",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon3.png",
        "default_title": "Bridge Solver\n\n- Left click to grant permissions\n\n- Right Click to start Bridge Solver in a new tab"
    },
    "permissions": [
        "scripting",
        "contextMenus",
        "webNavigation",
        "downloads",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/www.bridgewebs.com\/*",
        "https:\/\/www.bridgewebs.com\/*",
        "http:\/\/thecommongame.com\/*",
        "https:\/\/thecommongame.com\/*",
        "http:\/\/live.acbl.org\/*",
        "https:\/\/live.acbl.org\/*",
        "http:\/\/my.acbl.org\/*",
        "https:\/\/my.acbl.org\/*",
        "http:\/\/www.bridgebase.com\/*",
        "https:\/\/www.bridgebase.com\/*",
        "http:\/\/app.pianola.net\/*",
        "https:\/\/app.pianola.net\/*",
        "http:\/\/www.ebu.co.uk\/*",
        "https:\/\/www.ebu.co.uk\/*",
        "http:\/\/www.ecatsbridge.com\/*",
        "https:\/\/www.ecatsbridge.com\/*",
        "http:\/\/www.simpairs.com\/*",
        "https:\/\/www.simpairs.com\/*",
        "http:\/\/clubs.vugraph.com\/*",
        "https:\/\/clubs.vugraph.com\/*",
        "http:\/\/www.compassmate.bridge-centre.org\/*",
        "https:\/\/www.compassmate.bridge-centre.org\/*",
        "http:\/\/www.bridge-club.org\/*",
        "https:\/\/www.bridge-club.org\/*",
        "http:\/\/www.altosoft.com.au\/*",
        "https:\/\/www.altosoft.com.au\/*",
        "http:\/\/www.bridgeclublive.com\/*",
        "https:\/\/www.bridgeclublive.com\/*",
        "http:\/\/kibitz.realbridge.online\/*",
        "https:\/\/kibitz.realbridge.online\/*",
        "http:\/\/vugraph.lovebridge.com\/*",
        "https:\/\/vugraph.lovebridge.com\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}