BBOtext
Autocomplete Chat/Alert/Explain in BBO
BBOtextคืออะไร?
BBOtext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.milletsoftware.com และคุณลักษณะหลักของมันคือ "Autocomplete Chat/Alert/Explain in BBO"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BBOtext
ดาวน์โหลดไฟล์ส่วนขยาย BBOtext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Save time, reduce effort, and avoid typos when entering text on Bridge Base Online. Encourages players to announce their system and to explain their bidding. The text dialogs targeted for saving/recalling phrases fall into 3 areas: 1. CHAT 2. CHAT to player 3. Alert/Explain As you start typing, a list of matching phrases (for that area) pops. You can auto-complete the text by taking one of these actions: a) Hitting Tab to select the first item in the list. b) Clicking an item in the list. c) Using Down/up arrows to navigate the list. d) Hitting the Space Bar after one character (except "I"). Only for CHAT area. The space bar technique is particularly useful for announcing your system at the start of each round. To set this up, enter the description after a single space, and send. From that point on, just hit the space bar twice: the first space matches the description, and the second space selects the first matching entry. Voilà! The text you send is automatically added to the saved phrases (for that area). You can delete an item by clicking the [x] option. The matching of saved text to your typing is case sensitive. BBOtext comes with more than 50 stock phrases, all starting with a lower-case letter. See listing on the home page for the extension. Or simply start typing a character to auto-complete.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BBOtext |
ID | oelcbgaljhbgoacekgmehhcmknhkdcpb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bbotext/oelcbgaljhbgoacekgmehhcmknhkdcpb |
คำอธิบาย | Autocomplete Chat/Alert/Explain in BBO |
ขนาดไฟล์ | 186 KB |
จำนวนการติดตั้ง | 104 |
เวอร์ชันปัจจุบัน | 1.0.30 |
อัปเดตครั้งล่าสุด | 2021-05-31 |
วันที่เผยแพร่ | 2021-05-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.milletsoftware.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.milletsoftware.com/BBOtext.htm |
URL หน้าช่วยเหลือ | https://www.milletsoftware.com/contact.htm |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "description": "Autocomplete Chat\/Alert\/Explain in BBO", "name": "BBOtext", "version": "1.0.30", "web_accessible_resources": [ "\/images\/close.png", "\/css\/jquery-ui.css", "\/css\/pretty_table.css", "\/css\/selection_bubble.css" ], "background": { "scripts": [ "\/js\/lib\/js_suffix_trie.js", "\/js\/lib\/data_manager.js", "\/js\/background.js" ] }, "icons": { "16": "\/images\/BBOtext_16.png", "48": "\/images\/BBOtext_48.png", "128": "\/images\/BBOtext_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.bridgebase.com\/v3\/" ], "css": [ "\/css\/jquery-ui.css", "\/css\/pretty_table.css", "\/css\/selection_bubble.css" ], "js": [ "\/js\/lib\/data_manager.js", "\/js\/lib\/jquery-3.1.1.min.js", "\/js\/lib\/jquery-ui.js", "\/js\/content.js", "\/js\/lib\/js_suffix_trie.js" ] } ], "browser_action": { "default_title": "BBOtext", "default_icon": "\/images\/BBOtext_128.png" }, "permissions": [ "storage" ] } |