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.
¿Qué es ACBL Live Hand Diagrams?
ACBL Live Hand Diagrams es una extensión de Chrome desarrollada por Daniel Sonner, y su función principal es "Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ACBL Live Hand Diagrams
Descarga archivos de extensión ACBL Live Hand Diagrams en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | ACBL Live Hand Diagrams |
ID | eelgfeamjfcdjnhkihmabigblgfapcab |
URL Oficial | https://chromewebstore.google.com/detail/acbl-live-hand-diagrams/eelgfeamjfcdjnhkihmabigblgfapcab |
Descripción | Make ACBL live personal score page include hand diagrams for easier review. This is unofficial and not affiliated with the ACBL. |
Tamaño del Archivo | 80.52 KB |
Cantidad de Instalaciones | 97 |
Versión Actual | 1.2 |
Última Actualización | 2018-12-11 |
Fecha de Publicación | 2018-12-10 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Daniel Sonner |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |