Saki Cards for Autotable

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

Co to jest Saki Cards for Autotable?

Saki Cards for Autotable to rozszerzenie Chrome opracowane przez Umeboshi, a jego główną funkcją jest „Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Saki Cards for Autotable

Pobierz pliki rozszerzeń Saki Cards for Autotable w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Saki Cards for Autotable Saki Cards for Autotable
ID eebhgnhgjddpmagdidepnfaelledhagp
Oficjalny URL https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp
Opis Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Rozmiar pliku 27.62 MB
Liczba instalacji 82
Aktualna Wersja 0.3.6
Ostatnia Aktualizacja 2023-06-25
Data Publikacji 2022-05-17
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Umeboshi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fuzzfactory0/saki-cards-extension
Obsługiwane Języki 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"
    }
}