百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
C

chatgpt-advanced

> 编程语言
开源

WebChatGPT: 一款浏览器扩展,可将 ChatGPT 提示与网页结果相结合。

6.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

WebChatGPT: 一款浏览器扩展,可将 ChatGPT 提示与网页结果相结合。

[link-chrome]: https://chrome.google.com/webstore/detail/chatgpt-advanced/lpfemeioodjbpieminkklglpmhlngfcn 'Chrome Web Store' [link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/web-chatgpt/ 'Firefox Add-ons' [link-edge]: https://microsoftedge.microsoft.com/addons/detail/arxivutils/flahobhjikkpnpohomeckhdjjkkkkmoc/ 'Edge Add-ons'
https://user-images.githubusercontent.com/3750161/214155508-5c1ad4d8-b565-4fe0-9ce7-e68aed11e73d.mp4 ## Important notice This Github repository will stop receiving updates after **06/30/2023**, as we are incorporating numerous new functionalities that require user credentials and server-side logic. These additions are aimed at furthering our mission to assist users in maximizing their utilization of ChatGPT. ## Manual installation ℹ️ Don't forget to disable the extension installed from the Web Store while you're testing manually installed version. ### Chrome, Microsoft Edge, etc. 1. Download the prebuilt chrome zip file from [here](build). 2. Unzip the file. 3. Open `chrome://extensions` in Chrome / `edge://extensions` in Microsoft Edge. 4. Enable developer mode (top right corner). 5. Click on `Load unpacked` and select the unzipped folder. 6. Go to [ChatGPT](https://chat.openai.com/chat/) and enjoy! ### Firefox 1. Download prebuilt firefox zip file from [here](build). #### Temporary installation, in official Release or Beta 1. Go to `about:debugging#/runtime/this-firefox`. 2. Click `Load Temporary Add-on` button, then select the zip file you re-zipped. #### Persistent installation, in Nightly or Developer Edition 1. Open Firefox, go to `about:config` and set `xpinstall.signatures.required` to `false`. 2. Go to `about:addons` 3. Click on the gear icon in the top right corner of the Add-ons page and select `Install Add-on From File`. 4. Select the zip file and click open. 5. Firefox will prompt you to confirm the installation of the addon. Click Install. 6. The addon will be installed and will appear in the list of installed addons on the Add-ons page. 7. Go to [ChatGPT](https://chat.openai.com/chat/) and enjoy! ## Build from source 1. `git clone https://github.com/qunash/chatgpt-advanced.git` 2. `npm install` 3. `npm run build-prod` 4. Grab your zip extension from `build/` folder
## FAQ ### Why is the extension asking for `access to all websites` permission? The extension requires access to all websites because there is no backend server to process web requests, and everything happens locally in the browser. There are two modes: web searching, and extracting webpage text from URLs. Web searching requires access to the search engine, while URL text extraction requires access to any website. This is why the `access to all websites` permission is required. ### The extension does not work, the toolbar does not show up. What can I do? Some other ChatGPT extensions are known to interfere with WebChatGPT. If you are experiencing issues with the toolbar not showing up, please try disabling any other ChatGPT extensions that you have installed and reloading the page. If you continue to experience issues, feel free to reach out to us on our [Discord server](https://discord.gg/nmCjvyVpnB) for assistance. ### Do you collect any data? No, the extension does not collect any user data or analytics.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •TypeScript
  • •ai
  • •browser-extension
  • •chatgpt
  • •chrome-extension

> 标签

TypeScriptaibrowser-extensionchatgptchrome-extension

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言