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是由Umeboshi開發的Chrome擴展程式,該擴展的主要功能是“Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions”。

擴展截圖

screenshot

下載Saki Cards for Autotable擴展crx文件

下載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 Saki Cards for Autotable
ID eebhgnhgjddpmagdidepnfaelledhagp
官方網址 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"
    }
}