ChatGPT Chrome Extension

Super Easy access to ChatGPT with a simple Chrome-Extension

ChatGPT Chrome Extensionคืออะไร?

ChatGPT Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GPTAnywhere และคุณลักษณะหลักของมันคือ "Super Easy access to ChatGPT with a simple Chrome-Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Chrome Extension ChatGPT Chrome Extension
ID gedcfcpmliihckglmjcmmlagobdbbiae
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae
คำอธิบาย Super Easy access to ChatGPT with a simple Chrome-Extension
ขนาดไฟล์ 516 KB
จำนวนการติดตั้ง 2,091
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-12-15
วันที่เผยแพร่ 2022-12-14
คะแนน 3.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา GPTAnywhere
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Chrome Extension",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}