BBOalert
Auto alert on BBO
BBOalertとは何ですか?
BBOalertはstanmaz.gitによって開発されたChromeの拡張機能で、その主な機能は「Auto alert on BBO」です。
拡張機能のスクリーンショット
BBOalert拡張機能のCRXファイルをダウンロード
BBOalert拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | BBOalert |
ID | bjgihidachainhhhilkeemegdhehnlcf |
公式URL | https://chromewebstore.google.com/detail/bboalert/bjgihidachainhhhilkeemegdhehnlcf |
説明 | Auto alert on BBO |
ファイルサイズ | 252 KB |
インストール数 | 859 |
現在のバージョン | 8.0.11 |
最終更新日 | 2024-02-23 |
公開日 | 2020-06-24 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | stanmaz.git |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/stanmaz/BBOalert |
ヘルプページのURL | https://www.facebook.com/groups/706384146770707/ |
対応言語 | 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 } ] } |