Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Co je Saki Cards for Autotable?
Saki Cards for Autotable je rozšíření Chrome vyvinuté Umeboshi, a jeho hlavní funkcí je „Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Saki Cards for Autotable
Stáhněte si soubory rozšíření Saki Cards for Autotable ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
Oficiální URL | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Popis | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Velikost souboru | 27.62 MB |
Počet instalací | 82 |
Aktuální Verze | 0.3.6 |
Poslední Aktualizace | 2023-06-25 |
Datum Vydání | 2022-05-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Umeboshi |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/fuzzfactory0/saki-cards-extension |
Podporované Jazyky | 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" } } |