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 là gì?

Saki Cards for Autotable là một tiện ích mở rộng Chrome được phát triển bởi Umeboshi, và tính năng chính của nó là "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Saki Cards for Autotable

Tải xuống các tệp mở rộng Saki Cards for Autotable dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Saki Cards for Autotable Saki Cards for Autotable
ID eebhgnhgjddpmagdidepnfaelledhagp
URL Chính Thức https://chromewebstore.google.com/detail/saki-cards-for-autotable/eebhgnhgjddpmagdidepnfaelledhagp
Mô tả Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions
Kích Thước Tệp 27.62 MB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.3.6
Cập Nhật Lần Cuối 2023-06-25
Ngày Phát Hành 2022-05-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Umeboshi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/fuzzfactory0/saki-cards-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}