Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Qu'est-ce que Saki Cards for Autotable ?
Saki Cards for Autotable est une extension Chrome développée par Umeboshi, et sa fonction principale est "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Saki Cards for Autotable
Téléchargez les fichiers d'extension Saki Cards for Autotable au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
URL Officiel | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Description | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Taille du Fichier | 27.62 MB |
Nombre d'Installations | 82 |
Version Actuelle | 0.3.6 |
Dernière Mise à Jour | 2023-06-25 |
Date de Publication | 2022-05-17 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Umeboshi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/fuzzfactory0/saki-cards-extension |
Langues Prises en Charge | 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" } } |