README.md
English | <a href="README-CN.md">中文</a>
</p> <p align="center"> <em>The translator that does more than just translation</em> </p> <p align="center"> <a href="LICENSE" target="_blank"> </a> <!-- TypeScript Badge --> <!-- Rust Badge --> <a href="https://chrome.google.com/webstore/detail/nextai-translator/ogjibjphoadhljaoicdnjnmgokohngcc" target="_blank"> </a> <a href="https://addons.mozilla.org/en-US/firefox/addon/nextai-translator/" target="_blank"> </a> <a href="https://github.com/nextai-translator/nextai-translator/releases" target="_blank"> </a> <a href="https://github.com/nextai-translator/nextai-translator/releases" target="_blank"> </a> <a href="https://github.com/nextai-translator/nextai-translator/releases" target="_blank"> </a> </p>I have developed a Bob plugin that utilizes ChatGPT API to provide global word translation on macOS. However, since not all users have access to macOS to benefit from the plugin, I have created this project!
What began as a Chrome extension has now evolved into a multi-platform desktop app that I am currently developing.
<p align="center"> </p>What began as a translation tool has now evolved to include surprisingly effective word polishing and summarization capabilities, accidentally.
.exe from the Latest Release page.More Info -> Run Anyway to proceed with the installation..dmg installation package. Note: Use aarch64 version for Apple Silicon machines and run xattr command below."NextAI Translator" can’t be opened because the developer cannot be verified.
<p align="center"> </p>Click the Cancel button, then go to the Settings -> Privacy and Security page, click the Still Open button, and then click the Open button in the pop-up window. After that, there will be no more pop-up warnings when opening NextAI Translator. 🎉
If you cannot find the above options in Privacy & Security, or get error prompts such as broken files with Apple Silicon machines. Open Terminal.app and enter the following command (you may need to enter a password halfway through), then restart NextAI Translator:
sudo xattr -d com.apple.quarantine /Applications/NextAI\ Translator.app
If you encounter a permission prompt every time you open it, or if you cannot perform a shortcut translation, please go to Settings -> Privacy & Security -> Supporting Features to remove NextAI Translator, and then re-add NextAI Translator.
For details, see Desktop Clip Extension
<p align="center"> </p>Visit your Browser Extension Store to install this plugin:
<p align="center"> <a target="_blank" href="https://chrome.google.com/webstore/detail/nextai-translator/ogjibjphoadhljaoicdnjnmgokohngcc"> </a> <a target="_blank" href="https://addons.mozilla.org/en-US/firefox/addon/nextai-translator/"> </a> </p>Click on the NextAI Translator icon in the browser plugin list, and enter the obtained API KEY into the configuration interface that pops up from this plugin.
<p align="center"> </p>Refresh the page in the browser to enjoy the smooth translation experience 🎉!
const API_URL = `https://${resourceName}.openai.azure.com`
const API_URL_PATH = `/openai/deployments/${deployName}/chat/completions?api-version=${apiVersion}`
</picture>