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.
Vad är ACBL Live Hand Diagrams?
ACBL Live Hand Diagrams är en Chrome-tillägg utvecklad av Daniel Sonner, och dess huvudfunktion är "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".
Tilläggsskärmbilder
Ladda ner ACBL Live Hand Diagrams-förlängningens CRX-fil
Ladda ner ACBL Live Hand Diagrams-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | ACBL Live Hand Diagrams |
ID | eelgfeamjfcdjnhkihmabigblgfapcab |
Officiell webbadress | https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab |
Beskrivning | Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL. |
Filstorlek | 80.52 KB |
Antal Installationer | 97 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2018-12-11 |
Publiceringsdatum | 2018-12-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Daniel Sonner |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |