chatGPT-4 Browsing
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com.
chatGPT-4 Browsingคืออะไร?
chatGPT-4 Browsing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yash.chitneni และคุณลักษณะหลักของมันคือ "Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย chatGPT-4 Browsing
ดาวน์โหลดไฟล์ส่วนขยาย chatGPT-4 Browsing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sets chatGPT to GPT-4 with browsing by default when visiting chat.openai.com. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
]
}
]
} | |