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" } } |