Superchat - ChatGPT website chat

Chat with AI about website content. Consume knowledge 10x.

Superchat - ChatGPT website chatคืออะไร?

Superchat - ChatGPT website chat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://superchat.im และคุณลักษณะหลักของมันคือ "Chat with AI about website content. Consume knowledge 10x."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Superchat - ChatGPT website chat

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

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

                        "Summarize this content in three bullet points"
"Explain this content to me like I'm 5"
"Why is this content important?"

Ask any question to your browser window.
When you're reading a really long document with lots of detail on it, you can trigger Superchat.
Superchat, an AI assistant powered by ChatGPT, enables you to extract information from your browser content like never before.

Just a simple, on-the-point app to help you go through your daily tasks.
Get to the gist. Unlock your productivity.

Keyboard shortcut: COMMAND (or CTRL) + SHIFT + S (for 'S'uperchat)                    

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

ชื่อ Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
คำอธิบาย Chat with AI about website content. Consume knowledge 10x.
ขนาดไฟล์ 202 KB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2023-06-19
วันที่เผยแพร่ 2023-05-26
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://superchat.im
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://superchat.im
URL หน้านโยบายความเป็นส่วนตัว https://www.superchat.im/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Superchat - ChatGPT website chat",
    "version": "1.0.6",
    "description": "Chat with AI about website content. Consume knowledge 10x.",
    "action": {
        "default_icon": {
            "48": "logo192.png"
        },
        "default_title": "Superchat - ChatGPT website chat",
        "default_popup": "index.html"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "48": "logo192.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S",
                "chromeos": "Ctrl+Shift+S",
                "linux": "Ctrl+Shift+S"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.svg",
                "\/*.svg",
                "public\/*.svg"
            ],
            "matches": [
                ""
            ]
        }
    ]
}