ACBL Live Hand Diagrams
Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.
ACBL Live Hand Diagramsคืออะไร?
ACBL Live Hand Diagrams เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Sonner และคุณลักษณะหลักของมันคือ "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ACBL Live Hand Diagrams
ดาวน์โหลดไฟล์ส่วนขยาย ACBL Live Hand Diagrams ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When I review a session I just played on ACBL live I often want to see all the hands and the percentages. The current way acbl live is set up I have to click a link to get from the page that has all my score to go see a particular hand. This extension modifies the table with the scores to include the hand diagram.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ACBL Live Hand Diagrams |
ID | eelgfeamjfcdjnhkihmabigblgfapcab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab |
คำอธิบาย | Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL. |
ขนาดไฟล์ | 80.52 KB |
จำนวนการติดตั้ง | 97 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2018-12-11 |
วันที่เผยแพร่ | 2018-12-10 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Daniel Sonner |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ACBL Live Hand Diagrams", "description": "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.", "icons": { "16": "16club.png", "32": "32club.png", "48": "48club.png", "128": "club.png" }, "browser_action": { "default_icon": "club.png" }, "version": "1.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/live.acbl.org\/*\/scores\/*", "https:\/\/live.acbl.org\/*\/scores\/*" ], "js": [ "jquery-2.2.0.min.js", "content.js" ] } ] } |