chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
什么是chatGPT-4 Browsing?
chatGPT-4 Browsing是由yash.chitneni开发的Chrome扩展程序,该扩展的主要功能是“Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.”。
扩展截图
下载chatGPT-4 Browsing扩展crx文件
下载chatGPT-4 Browsing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
扩展基本信息
名称 | chatGPT-4 Browsing |
ID | eiicieodjholpiokjkckchiodbbekfad |
官方URL | https://chromewebstore.google.com/detail/chatgpt-4-browsing/eiicieodjholpiokjkckchiodbbekfad |
简介 | Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. |
文件大小 | 15.68 KB |
安装次数 | 53 |
当前版本 | 1.0 |
更新时间 | 2023-06-19 |
上架时间 | 2023-06-18 |
评分 | 3.00/5 共1次评分 |
开发者 | yash.chitneni |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "chatGPT-4 Browsing", "version": "1.0", "description": "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ] } |