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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Umeboshi และคุณลักษณะหลักของมันคือ "Adds an overlay to play Saki Mahjong Cards in Autotable. Very early prototype. See repo for instructions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Saki Cards for Autotable
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |