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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |