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. 擴展基本資訊
| 名稱 | |
| ID | eiicieodjholpiokjkckchiodbbekfad |
| 官方網址 | 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"
]
}
]
} | |