Files
kiss-translator/README.en.md

63 lines
2.5 KiB
Markdown
Raw Normal View History

2023-07-18 15:23:16 +08:00
## KISS Translator
2023-08-15 13:25:40 +08:00
A minimalist [bilingual translation Extension & Greasemonkey Script](https://github.com/fishjar/kiss-translator).
2023-07-18 15:23:16 +08:00
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
2023-08-07 17:54:19 +08:00
- [x] Kiwi
2023-07-18 15:23:16 +08:00
- [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
2023-08-24 10:10:00 +08:00
- [x] Upload to app Store
2023-08-15 22:30:21 +08:00
- [x] [Chrome](https://chrome.google.com/webstore/detail/kiss-translator/bdiifdefkgmcblbcghdlonllpjhhjgof)
2023-08-24 10:10:00 +08:00
- [x] [Edge](https://microsoftedge.microsoft.com/addons/detail/kiss-translator/jemckldkclkinpjighnoilpbldbdmmlh)
2023-08-11 09:55:23 +08:00
- [x] [Firefox](https://addons.mozilla.org/zh-CN/firefox/addon/kiss-translator/)
2023-08-07 17:54:19 +08:00
- [ ] Safari
2023-08-11 09:55:23 +08:00
- [x] [Greasy Fork](https://greasyfork.org/zh-CN/scripts/472840-kiss-translator)
2023-07-20 13:51:53 +08:00
- [x] Open source
2023-07-31 15:08:51 +08:00
- [x] Data Synchronization Function
2023-08-15 22:30:21 +08:00
- [x] Greasemonkey Script ([link 1](https://fishjar.github.io/kiss-translator/kiss-translator.user.js)、[link 2](https://kiss-translator.rayjar.com/kiss-translator.user.js))
2023-08-07 17:54:19 +08:00
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome/Edge/Firefox)
2023-08-29 10:30:18 +08:00
- [x] [Userscripts Safari](https://github.com/quoid/userscripts) (iOS Safari)
2023-07-20 13:51:53 +08:00
### Guide
```sh
git clone https://github.com/fishjar/kiss-translator.git
cd kiss-translator
2023-08-14 16:39:03 +08:00
yarn install
yarn build
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)