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”。
扩展截图
下载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 |
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" } } |