# chatgpt-google-summary-extension **Repository Path**: jzliuwei/chatgpt-google-summary-extension ## Basic Information - **Project Name**: chatgpt-google-summary-extension - **Description**: 🔥【不用等 Bing + ChatGPT,试试 Google + ChatGPT】Chrome/Edge/Firefox浏览器扩展实现在 Google 搜索结果旁边展示 ChatGPT 内容总结 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 24 - **Created**: 2023-02-17 - **Last Updated**: 2023-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # # Glarity - Summary for Google/YouTube with ChatGPT Chrome 浏览器扩展实现在 Google 搜索结果和 YouTube 视频旁边展示 ChatGPT 摘要。 ## 支持网站 Google YouTube ## 截图 ### Google ![Screenshot](screenshots/extension-google-zh-CN.png?raw=true) ![Screenshot](screenshots/google-vs-chatgpt.png?raw=true) ### YouTube ![Screenshot](screenshots/extension-youtube-zh-CN.jpeg?raw=true) ## 安装 [Chrome 应用市场](https://chrome.google.com/webstore/detail/summary-for-google-with-c/cmnlolelipjlhfkhpohphpedmkfbobjc) [Firefox Add-ons 市场](https://addons.mozilla.org/zh-CN/firefox/addon/glarity/) ## 功能 - 支持 Google 搜索 - 支持 YouTube 总结 - 支持 OpenAI 官方 API - 支持 ChatGPT Plus - Markdown 格式渲染 - 代码高亮 - 暗色模式 - 支持 ChatGPT 反馈 - 复制结果 - 切换语言 ## 常见问题 ### 在 Brave 运行 ![Screenshot](screenshots/brave.png?raw=true) Disable "Prevent sites from fingerprinting me based on my language preferences" in `brave://settings/shields` ## 手动安装 1. Clone 代码 2. `npm i` 3. `npm run build` ### 扩展包 - [Chromium](packages/Glarity-chromium.zip) - [Firefox](packages/Glarity-firefox.zip) ### Chrome 1. 打开扩展管理窗口,chrome://extensions 2. 激活开发者模式 3. 载入 `build/chromium/` ### Firefox 1. 打开 `about:debugging#/runtime/this-firefox` 2. 临时载入附加组件 3. 载入 `build/firefox.zip` ## Credit 项目灵感: [wong2/chatgpt-google-extension](https://github.com/wong2/chatgpt-google-extension) & [qunash/chatgpt-advanced](https://github.com/qunash/chatgpt-advanced) & [YouTube Summary with ChatGPT](https://github.com/kazuki-sf/YouTube_Summary_with_ChatGPT) ## License [GPL-3.0 license](LICENSE).