Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jim60105/plugindatareader
Read plugin data in PNG file, currently supports Koikatu, Koikatsu Sunshine (Blazor)
https://github.com/jim60105/plugindatareader
bepinex bepinex-plugins blazor koikatsu-sunshine koikatu progressive-web-app pwa
Last synced: about 2 months ago
JSON representation
Read plugin data in PNG file, currently supports Koikatu, Koikatsu Sunshine (Blazor)
- Host: GitHub
- URL: https://github.com/jim60105/plugindatareader
- Owner: jim60105
- License: agpl-3.0
- Created: 2021-11-11T15:59:24.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-18T21:36:47.000Z (11 months ago)
- Last Synced: 2024-10-30T13:58:32.673Z (2 months ago)
- Topics: bepinex, bepinex-plugins, blazor, koikatsu-sunshine, koikatu, progressive-web-app, pwa
- Language: C#
- Homepage: https://plugindatareader.maki0419.com/
- Size: 33.2 MB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Plugin Data Reader 插件資料讀取器
[![CodeFactor](https://www.codefactor.io/repository/github/jim60105/plugindatareader/badge/master)](https://www.codefactor.io/repository/github/jim60105/plugindatareader/overview/master)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjim60105%2FPluginDataReader.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjim60105%2FPluginDataReader?ref=badge_shield)![image](PluginDataReader/wwwroot/preview.png)
- Read out all ExtendedSave Plugin Data in the png file.
- Very suitable for checking the Sideloader mods used.
- Support **Koikatu / Koikatsu Sunshine** png files, currently.
- It can read out any unknown data, and parsed as json.
- .NET 8 Blazor Project, designed as PWA.---
- 讀出 png 文件中的所有 ExtendedSave 插件數據
- 非常適合檢查使用的 Sideloader mods
- 目前支援 **Koikatu / Koikatsu Sunshine**
- 可以讀出任何未知數據,並解析為json
- .NET 8 Blazor Project,設計為漸進式網路應用程式(PWA)## LICENSE
[GNU AFFERO GENERAL PUBLIC LICENSE Version 3](./LICENSE)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see .
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fjim60105%2FPluginDataReader.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fjim60105%2FPluginDataReader?ref=badge_large)