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
Eメール [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": [
                ""
            ]
        }
    ]
}