diff --git a/README-zh-TW.md b/README-zh-TW.md index 4be3b69..338519e 100644 --- a/README-zh-TW.md +++ b/README-zh-TW.md @@ -31,6 +31,7 @@ ## 在任何地方使用 ChatGPT - [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension):Chrome/Edge/Firefox 瀏覽器擴充套件,在 Google 搜索結果旁並列 ChatGPT 回應。 +- [ChatGPT Extension](https://chrome.google.com/webstore/detail/chatgpt-chrome-extension/cdjifpfganmhoojfclednjdnnpooaojb):Chrome 瀏覽器擴充套件,在右上角彈窗快速使用 ChatGPT。([程式碼](https://github.com/kazuki-sf/ChatGPT_Extension)) - [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere):Chrome 瀏覽器擴充套件,在任何輸入框使用 ChatGPT。([demo](https://twitter.com/gabe_ragland/status/1599466486422470656)) - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode):VSCode 擴充套件。([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) - [ChatGPT Desktop App](https://github.com/sonnylazuardi/chatgpt-desktop):Windows/MacOS 桌面選單列應用程式。使用 Tauri 和 Rust 開發。 diff --git a/README.md b/README.md index ce8e5f3..5af5d3e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ ## Use ChatGPT anywhere - [ChatGPT for Google](https://github.com/wong2/chat-gpt-google-extension): Chrome/Edge/Firefox Browser extension. Display ChatGPT response alongside Google Search results. +- [ChatGPT Extension](https://chrome.google.com/webstore/detail/chatgpt-chrome-extension/cdjifpfganmhoojfclednjdnnpooaojb): Chrome Extension that lets you quickly access OpenAI's ChatGPT on the web. ([source code](https://github.com/kazuki-sf/ChatGPT_Extension)) - [ChatGPT Everywhere](https://github.com/gragland/chatgpt-everywhere): Chrome extension that adds ChatGPT to every text box on the internet. ([demo](https://twitter.com/gabe_ragland/status/1599466486422470656)) - [ChatGPT for VSCode](https://github.com/mpociot/chatgpt-vscode): VSCode extension. ([demo](https://twitter.com/marcelpociot/status/1599180144551526400)) - [ChatGPT Desktop App](https://github.com/sonnylazuardi/chatgpt-desktop): Windows/MacOS desktop menubar app using tauri & rust.