GPTAnywhere

Super Easy access to ChatGPT with a simple Chrome-Extension

GPTAnywhereคืออะไร?

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

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

screenshot

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

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

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

                        GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.                    

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

ชื่อ GPTAnywhere GPTAnywhere
ID pklibapjplkpanekidgnckgjablljhni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni
คำอธิบาย Super Easy access to ChatGPT with a simple Chrome-Extension
ขนาดไฟล์ 516 KB
จำนวนการติดตั้ง 5,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2022-12-16
วันที่เผยแพร่ 2022-12-16
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา GPTAnywhere
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GPTAnywhere",
    "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"
    }
}