Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbkn3/MahjongSoul-review-supporter
This is a chrome extension that automatically sends Paihu to an AI-based analysis tool for Mahjong Soul
https://github.com/kbkn3/MahjongSoul-review-supporter
chrome-extension mahjong mahjongsoul tenhou
Last synced: 3 months ago
JSON representation
This is a chrome extension that automatically sends Paihu to an AI-based analysis tool for Mahjong Soul
- Host: GitHub
- URL: https://github.com/kbkn3/MahjongSoul-review-supporter
- Owner: kbkn3
- License: apache-2.0
- Created: 2022-07-12T02:54:54.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-28T15:37:21.000Z (8 months ago)
- Last Synced: 2024-05-13T22:53:40.977Z (6 months ago)
- Topics: chrome-extension, mahjong, mahjongsoul, tenhou
- Language: JavaScript
- Homepage:
- Size: 20 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mahjong Soul Review Supporter
This extension retrieves information and automatically transfers to the screen to review the paihu of Mahjong Soul.![content-scripts demo shot](imgs/Animation.gif)
## Features
* Retrieves paihu data and displays it on the screen.
* Converts paihu data to Tempo format and transfers it to NAGA's custom paihu review screen.
* Transfers paihu data to [mjai-reviewer](https://mjai.ekyu.moe/) (Akochan, Mortal).## Installation
Chrome Web Store link is [Here](https://chrome.google.com/webstore/detail/mahjongsoul-review-suppor/kdmfnkdgpialmejpgflfllkjakolamcc)Edge Web Store link is [Here](https://microsoftedge.microsoft.com/addons/detail/jopdfhmfehndjpnjjidmkkmjmkaebodb)
日本語の記事は[こちら](https://modern-jan.com/2022/07/19/mjrs/)
## Supported Languages
* `en` English
* `zh` Chinese
* `ja` Japanese## Author
[@kbkn_p](https://twitter.com/kbkn_p)
Collaborator [たまば](https://twitter.com/utm_tmb)## License
[Apache-2.0](https://github.com/Wabu-K/MahjongSoul-review-supporter/blob/develop/LICENSE)* mjai-reviewer : [Github Equim-chan/mjai-reviewer](https://github.com/Equim-chan/mjai-reviewer)
* Apache-2.0 Using `downloadlogs script`## Thanks
* NAGA by DWANGO : [麻雀AI NAGA](https://naga.dmv.nico/naga_report/top/)
* mjai-reviewer : [Github Equim-chan/mjai-reviewer](https://github.com/Equim-chan/mjai-reviewer)
* Using `downloadlogs script`
* Akochan : [Github critter-mj/akochan](https://github.com/critter-mj/akochan)
* Mortal : [Github Equim-chan/Mortal](https://github.com/Equim-chan/Mortal)
* Amazing-searcher : [Github eetann/amazing-searcher](https://github.com/eetann/amazing-searcher)
* I used this link Vue.js and auto-reloading development environment as a reference