Saki Cards for Autotable

Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions

Was ist Saki Cards for Autotable?

Saki Cards for Autotable ist eine Chrome-Erweiterung, die von Umeboshi entwickelt wurde, und ihr Hauptmerkmal ist "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".

Erweiterungsscreenshots

screenshot

Saki Cards for Autotable-Erweiterungs-CRX-Datei herunterladen

Laden Sie Saki Cards for Autotable-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Saki Cards for Autotable Saki Cards for Autotable
ID eebhgnhgjddpmagdidepnfaelledhagp
Offizielle URL https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp
Beschreibung Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Dateigröße 27.62 MB
Installationsanzahl 82
Aktuelle Version 0.3.6
Letztes Update 2023-06-25
Veröffentlichungsdatum 2022-05-17
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Umeboshi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/fuzzfactory0/saki-cards-extension
Unterstützte Sprachen 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"
    }
}