Superchat - ChatGPT website chat

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

什么是Superchat - ChatGPT website chat?

Superchat - ChatGPT website chat是由https://superchat.im开发的Chrome扩展程序,该扩展的主要功能是“Chat with AI about website content. Consume knowledge 10x.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Superchat - ChatGPT website chat扩展crx文件

下载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": [
                ""
            ]
        }
    ]
}