BBOalert
Auto alert on BBO
BBOalert là gì?
BBOalert là một tiện ích mở rộng Chrome được phát triển bởi stanmaz.git, và tính năng chính của nó là "Auto alert on BBO".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BBOalert
Tải xuống các tệp mở rộng BBOalert 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
During the bidding, conventional calls must be alerted and explained to the opponents. Playing artificial bidding systems on BBO is not practical because explaining each alerted call is time consuming and therefore frustrating for all participants. BBOalert solves this problem. Artificial bidding sequences can be predefined in a table. Opponents get the explanation automatically and immediately. Explanations entered manually during the game are recorded for future use. This add-on is compatible with Linux, Windows and Android platforms. For more details visit project's site : https://github.com/stanmaz/BBOalert
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BBOalert |
ID | bjgihidachainhhhilkeemegdhehnlcf |
URL Chính Thức | https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf |
Mô tả | Auto alert on BBO |
Kích Thước Tệp | 252 KB |
Số Lần Cài Đặt | 859 |
Phiên Bản Hiện Tại | 8.0.11 |
Cập Nhật Lần Cuối | 2024-02-23 |
Ngày Phát Hành | 2020-06-24 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | stanmaz.git |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/stanmaz/BBOalert |
URL Trang Trợ Giúp | https://www.facebook.com/groups/706384146770707/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BBOalert", "description": "Auto alert on BBO", "version": "8.0.11", "icons": { "16": "BBOalert16.png", "48": "BBOalert48.png", "128": "BBOalert128.png" }, "web_accessible_resources": [ { "resources": [ "globals.js", "BBO_DOM.js", "blogspot.js", "functions.js", "BBOalertData.js", "BBOalert.js", "BBOalertConfig.js", "custom_syntax.js", "BBOalertUI.js", "BBOalertOptions.js", "BBOobserver.js", "webStorage.js", "init.js" ], "matches": [ "https:\/\/*\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/*", "https:\/\/drive.google.com\/file\/d\/*\/preview", "*:\/\/www.bridgebase.com\/v3\/*", "*:\/\/webutil.bridgebase.com\/v2\/*" ], "css": [ "BBOalert.css", "jquery-ui.css" ], "js": [ "jquery-3.5.1.min.js", "BBOalertData.js", "googleDocs.js", "CC.js", "BBOalertIframe.js", "main.js" ], "all_frames": true } ] } |