Files
kiss-translator/README.en.md

54 lines
1.7 KiB
Markdown
Raw Normal View History

2023-07-18 15:23:16 +08:00
## KISS Translator
A minimalist [bilingual translation extension](https://github.com/fishjar/kiss-translator)。
2023-07-18 15:27:13 +08:00
[kiss-translator.webm](https://github.com/fishjar/kiss-translator/assets/1157624/f7ba8a5c-e4a8-4d5a-823a-5c5c67a0a47f)
2023-07-18 15:23:16 +08:00
### Inspiration
The inspiration for this project comes from [Immersive Translate](https://github.com/immersive-translate/immersive-translate). After trying it out, I found that it can be used together with the [Webpage Word Translation Extension](https://github.com/fishjar/kiss-dictionary) developed by me earlier, which just forms a very good supplement.
But the function of this extension is a bit complicated for me, and only the compiled and obfuscated installation package is provided, and the source code is not provided, which cannot meet some of my personalized customization needs.
It just so happens that I am obsessed with translation tools. Based on the concept of "mainly for personal use, as long as you can use it", I made one. At present, the first version is completed, which basically meets the needs of personal use.
If you also like a little more simplicity, welcome to pick it up.
### Features
- Keep it simple, smart
### Schedule
2023-07-20 14:09:13 +08:00
- [x] Provide trial installation package
2023-07-18 15:23:16 +08:00
- [x] Adapt browser
- [x] Chrome
- [x] Edge
- [x] Firefox
- [ ] Safari
- [x] Support translation services
- [x] Google
- [x] Microsoft
2023-07-20 13:51:53 +08:00
- [x] OpenAI
2023-07-18 15:23:16 +08:00
- [ ] DeepL
- [ ] Upload to app Store
2023-07-20 13:51:53 +08:00
- [x] Open source
2023-07-31 15:08:51 +08:00
- [x] Data Synchronization Function
2023-07-20 13:51:53 +08:00
### Guide
```sh
git clone https://github.com/fishjar/kiss-translator.git
cd kiss-translator
yarn
2023-07-20 14:56:10 +08:00
yarn dist
2023-07-20 13:51:53 +08:00
```
2023-07-31 15:08:51 +08:00
### Data Sync
Goto: [https://github.com/fishjar/kiss-worker](https://github.com/fishjar/kiss-worker)
2023-08-03 10:43:41 +08:00
### Discussion
- Join [Telegram Group](https://t.me/+RRCu_4oNwrM2NmFl)