Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Vad är Saki Cards for Autotable?
Saki Cards for Autotable är en Chrome-tillägg utvecklad av Umeboshi, och dess huvudfunktion är "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Tilläggsskärmbilder
Ladda ner Saki Cards for Autotable-förlängningens CRX-fil
Ladda ner Saki Cards for Autotable-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
Officiell webbadress | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Beskrivning | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Filstorlek | 27.62 MB |
Antal Installationer | 82 |
Aktuell Version | 0.3.6 |
Senast Uppdaterad | 2023-06-25 |
Publiceringsdatum | 2022-05-17 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Umeboshi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fuzzfactory0/saki-cards-extension |
Stödda Språk | 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" } } |