Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
¿Qué es Saki Cards for Autotable?
Saki Cards for Autotable es una extensión de Chrome desarrollada por Umeboshi, y su función principal es "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Saki Cards for Autotable
Descarga archivos de extensión Saki Cards for Autotable 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
An extension to play Saki Mahjong Cards on Autotable. Early prototype, might break. Instructions: https://github.com/fuzzfactory0/saki-cards-extension/blob/master/README.md
Información Básica de la Extensión
Nombre | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
URL Oficial | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Descripción | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Tamaño del Archivo | 27.62 MB |
Cantidad de Instalaciones | 82 |
Versión Actual | 0.3.6 |
Última Actualización | 2023-06-25 |
Fecha de Publicación | 2022-05-17 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Umeboshi |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/fuzzfactory0/saki-cards-extension |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Saki Cards for Autotable", "version": "0.3.6", "description": "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "scripts.js" ], "matches": [ "https:\/\/autotable.riichi.moe\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/autotable.riichi.moe\/*" ], "resources": [ "assets\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |