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.
Wat is ACBL Live Hand Diagrams?
ACBL Live Hand Diagrams is een Chrome-extensie ontwikkeld door Daniel Sonner, en de belangrijkste functie is "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".
Extensie Screenshots
Download het CRX-bestand van de extensie ACBL Live Hand Diagrams
Download ACBL Live Hand Diagrams-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ACBL Live Hand Diagrams |
ID | eelgfeamjfcdjnhkihmabigblgfapcab |
Officiële URL | https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab |
Beschrijving | Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL. |
Bestandsgrootte | 80.52 KB |
Aantal Installaties | 97 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2018-12-11 |
Publicatiedatum | 2018-12-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Daniel Sonner |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |