ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

ChatGPT Sidebarคืออะไร?

ChatGPT Sidebar เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ankh.dev.io และคุณลักษณะหลักของมันคือ "A Chrome extension that creates a sidebar for ChatGPT"

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

screenshot

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

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

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

                        Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!).

Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs.

Access via the extension action icon!                    

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

ชื่อ ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
คำอธิบาย A Chrome extension that creates a sidebar for ChatGPT
ขนาดไฟล์ 17.08 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-10-13
วันที่เผยแพร่ 2023-09-29
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา ankh.dev.io
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar",
    "version": "0.0.1",
    "description": "A Chrome extension that creates a sidebar for ChatGPT",
    "permissions": [
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "action": {
        "default_title": "ChatGPT Sidebar"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ]
}