Saki Cards for Autotable
Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Τι είναι το Saki Cards for Autotable;
Το Saki Cards for Autotable είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Umeboshi, και η κύρια λειτουργία του είναι "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Saki Cards for Autotable
Λήψη αρχείων επέκτασης Saki Cards for Autotable σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Saki Cards for Autotable |
ID | eebhgnhgjddpmagdidepnfaelledhagp |
Επίσημο URL | https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp |
Περιγραφή | Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions |
Μέγεθος Αρχείου | 27.62 MB |
Αριθμός Εγκαταστάσεων | 82 |
Τρέχουσα Έκδοση | 0.3.6 |
Τελευταία Ενημέρωση | 2023-06-25 |
Ημερομηνία Δημοσίευσης | 2022-05-17 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | Umeboshi |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/fuzzfactory0/saki-cards-extension |
Υποστηριζόμενες Γλώσσες | 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" } } |