64 lines
3.1 KiB
Markdown
64 lines
3.1 KiB
Markdown
# KISS Translator
|
|
|
|
A minimalist [bilingual translation Extension & Greasemonkey Script](https://github.com/fishjar/kiss-translator).
|
|
|
|
[kiss-translator.webm](https://github.com/fishjar/kiss-translator/assets/1157624/f7ba8a5c-e4a8-4d5a-823a-5c5c67a0a47f)
|
|
|
|
## 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
|
|
|
|
- [x] Provide trial installation package
|
|
- [x] Adapt browser
|
|
- [x] Chrome
|
|
- [x] Edge
|
|
- [x] Firefox
|
|
- [ ] Safari
|
|
- [x] Kiwi
|
|
- [x] Support translation services
|
|
- [x] Google
|
|
- [x] Microsoft
|
|
- [x] OpenAI
|
|
- [ ] DeepL
|
|
- [x] Upload to app Store
|
|
- [x] Chrome [Install Link](https://chrome.google.com/webstore/detail/kiss-translator/bdiifdefkgmcblbcghdlonllpjhhjgof)
|
|
- [x] Edge [Install Link](https://microsoftedge.microsoft.com/addons/detail/kiss-translator/jemckldkclkinpjighnoilpbldbdmmlh)
|
|
- [x] Firefox [Install Link](https://addons.mozilla.org/en-US/firefox/addon/kiss-translator/)
|
|
- [ ] Safari
|
|
- [x] Greasy Fork [Install Link](https://greasyfork.org/en/scripts/472840-kiss-translator)
|
|
- [x] Open source
|
|
- [x] Data Synchronization Function
|
|
- [x] Greasemonkey Script ([Setting Page 1](https://fishjar.github.io/kiss-translator/options.html)、[Setting Page 2](https://kiss-translator.rayjar.com/options))
|
|
- [x] [Tampermonkey](https://www.tampermonkey.net/) (Chrome/Edge/Firefox) [Install Link 1](https://fishjar.github.io/kiss-translator/kiss-translator.user.js)、[Install Link 2](https://kiss-translator.rayjar.com/kiss-translator.user.js)
|
|
- [x] [Violentmonkey](https://violentmonkey.github.io/) (Chrome/Edge/Firefox) [Install Link 1](https://fishjar.github.io/kiss-translator/kiss-translator.user.js)、[Install Link 2](https://kiss-translator.rayjar.com/kiss-translator.user.js)
|
|
- [x] [Userscripts Safari](https://github.com/quoid/userscripts) (iOS Safari) [Install Link 1](https://fishjar.github.io/kiss-translator/kiss-translator-ios-safari.user.js)、[Install Link 2](https://kiss-translator.rayjar.com/kiss-translator.user-ios-safari.js)
|
|
|
|
## Guide
|
|
|
|
```sh
|
|
git clone https://github.com/fishjar/kiss-translator.git
|
|
cd kiss-translator
|
|
yarn install
|
|
yarn build
|
|
```
|
|
|
|
## Data Sync
|
|
|
|
Goto: [https://github.com/fishjar/kiss-worker](https://github.com/fishjar/kiss-worker)
|
|
|
|
## Discussion
|
|
|
|
- Join [Telegram Group](https://t.me/+RRCu_4oNwrM2NmFl)
|