Uses Google Vision, DeepL, GPT, comic-text-detector, and manga-ocr to help you with translating and/or learning new languages while browing the internet in a Chrome Browser. One great use case is for reading manga/manhwa/manhua but you can use it on almost any content on the web.
Install: Chrome
Note that the extension won't work on certain origins, such as:
- chrome origins like:
chrome://
andchrome-extension://
- the official chrome web store:
https://chrome.google.com/webstore/category/extensions
- Fill in the
.env_template
and rename it to.env
- Execute
npm run start
- Navigate to
chrome://extensions
- Make sure that the
Developer mode
switch is enabled - Click on the
Load unpacked
button and select thedist
directory
- Fill in the
server/.env_template
and rename it toserver/.env
- Set up GCP project (Optional if you comment out the GCP related stuff)
- Create your
server/firebaseServiceAccountKey.json
(Optional if you comment out the authentication stuff) - Set up Firestore (Optional if you comment out the Firestore related code)
pip install -r requirements.txt
python3 main.py
Please send any feedback or inquiries to lyrian1029@gmail.com
This is an early Proof of Concept. If users like it, I am willing to invest more time to add various features, such as translating an entire page at a time, adding side panel to allow more space for translation details, and chat mode with GPT. Another obvious one is to add more languages. Any other feedback is very welcome!
Learned a lot about Chrome extensions from https://github.com/RasikaWarade/chrome-extension-mv3-firebase-boilerplate https://github.com/simov/screenshot-capture
The MIT License (MIT)
Copyright (c) 2023-present Ian Lee lyrian1029@gmail.com (https://github.com/ianbbqzy/veebee)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.