Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Hvad er Saki Cards for Autotable?
Saki Cards for Autotable er en Chrome-udvidelse udviklet af Umeboshi, og dens hovedfunktion er "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Udvidelsesskærmbilleder
Download Saki Cards for Autotable-udvidelses-CRX-fil
Download Saki Cards for Autotable-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
Officiel URL | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Beskrivelse | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Filstørrelse | 27.62 MB |
Antal Installationer | 82 |
Nuværende Version | 0.3.6 |
Senest Opdateret | 2023-06-25 |
Udgivelsesdato | 2022-05-17 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Umeboshi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/fuzzfactory0/saki-cards-extension |
Understøttede Sprog | 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" } } |