Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openai Translator | 18,472 | 2 days ago | 270 | agpl-3.0 | TypeScript | |||||
基于 ChatGPT API 的划词翻译浏览器插件和跨平台桌面端应用 - Browser extension and cross-platform desktop application for translation based on ChatGPT API. | ||||||||||
Ehsyringe | 2,271 | 8 days ago | 6 | mit | TypeScript | |||||
E 站注射器,将中文翻译注入到 E 站体内 | ||||||||||
Tabliss | 1,836 | a month ago | 210 | gpl-3.0 | TypeScript | |||||
A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. | ||||||||||
Keepassxc Browser | 1,448 | 7 days ago | 145 | gpl-3.0 | JavaScript | |||||
KeePassXC Browser Extension | ||||||||||
Linguist | 289 | 2 months ago | 178 | bsd-3-clause | TypeScript | |||||
Translate web pages, highlighted text, Netflix subtitles, private messages, speak the translated text, and save important translations to your personal dictionary to learn words even offline | ||||||||||
Easysubs | 194 | a month ago | 25 | mit | TypeScript | |||||
Browser extension for learning languages with watching movies and TV shows | ||||||||||
Mousetooltiptranslator | 190 | 3 days ago | 44 | mit | JavaScript | |||||
chrome extension - When mouse hover on text, it shows translated tooltip using google translate | ||||||||||
Xtranslate | 89 | 18 hours ago | 7 | TypeScript | ||||||
Easy translate text on web pages (chrome extension) | ||||||||||
Locale Switcher | 89 | 3 months ago | 3 | mit | Svelte | |||||
Browser Extension to quickly change your browser locale. | ||||||||||
Tabs Aside | 84 | 3 months ago | 31 | gpl-3.0 | TypeScript | |||||
A session/tab manager web extension for Firefox based on the Microsoft Edge feature. |
The translator that does more than just translation - powered by OpenAI.
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.
What began as a translation tool has now evolved to include surprisingly effective word polishing and summarization capabilities, accidentally.
.msi
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."OpenAI Translator" cant be opened because the developer cannot be verified.
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 OpenAI 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 OpenAI Translator
:
sudo xattr -d com.apple.quarantine /Applications/OpenAI\ 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 OpenAI Translator, and then re-add OpenAI Translator.
For details, see Desktop Clip Extension
Visit your Browser Extension Store to install this plugin:
Click on the OpenAI Translator icon in the browser plugin list, and enter the obtained API KEY into the configuration interface that pops up from this plugin.
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}/completions?api-version=${apiVersion}`