Superchat - ChatGPT website chat

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

Hvad er Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat er en Chrome-udvidelse udviklet af https://superchat.im, og dens hovedfunktion er "Chat with AI about website content. Consume knowledge 10x.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Superchat - ChatGPT website chat-udvidelses-CRX-fil

Download Superchat - ChatGPT website chat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        "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)                    

Grundlæggende oplysninger om udvidelsen

Navn Superchat - ChatGPT website chat Superchat - ChatGPT website chat
ID jfaieomamjfdcakokmkdjmjjpacdcldl
Officiel URL https://chromewebstore.google.com/detail/superchat-chatgpt-website/jfaieomamjfdcakokmkdjmjjpacdcldl
Beskrivelse Chat with AI about website content. Consume knowledge 10x.
Filstørrelse 202 KB
Antal Installationer 132
Nuværende Version 1.0.6
Senest Opdateret 2023-06-19
Udgivelsesdato 2023-05-26
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://superchat.im
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://superchat.im
URL til Fortrolighedspolitik Side https://www.superchat.im/privacy
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}