ChatGPT Assistant

Access ChatGPT in a standalone window

什麼是ChatGPT Assistant?

ChatGPT Assistant是由https://chatgptchat.net開發的Chrome擴展程式,該擴展的主要功能是“Access ChatGPT in a standalone window”。

擴展截圖

screenshot

下載ChatGPT Assistant擴展crx文件

下載ChatGPT Assistant擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ChatGPT Assistant is an AI-powered Chrome extension that provides users with quick and easy access to OpenAI's ChatGPT language model. With its intuitive interface and natural language processing capabilities, ChatGPT Assistant allows users to ask questions and receive intelligent, informative answers on a wide range of topics, including science, history, technology, and more.

This extension is designed to be a seamless and efficient way to engage with ChatGPT, without requiring users to navigate to a separate website or leave their current browsing session. Additionally, ChatGPT Assistant's customizable settings enable users to tailor their experience to their preferences and workflow, further enhancing the extension's convenience and utility.

Overall, ChatGPT Assistant is a powerful and versatile tool that can benefit anyone seeking to expand their knowledge or understanding, and is a valuable addition to any Chrome user's toolkit.                    

擴展基本資訊

名稱 ChatGPT Assistant ChatGPT Assistant
ID gpbnhdjoknjmghjfljgcankdldimokmk
官方網址 https://chromewebstore.google.com/detail/chatgpt-assistant/gpbnhdjoknjmghjfljgcankdldimokmk
簡介 Access ChatGPT in a standalone window
檔案大小 61.25 KB
安裝次數 62,684
目前版本 1.0.5
更新時間 2023-05-06
上架時間 2023-04-04
評分 4.60/5 共 5 次評分
開發者 https://chatgptchat.net
付費類型 free
擴展官網 https://chatgptchat.net
說明頁面URL https://chatgptchat.net/support
支援的語言 de,en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "ChatGPT Assistant"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ],
            "matches": [
                "*:\/\/*.chat.openai.com\/chat*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "homepage_url": "https:\/\/chatgptchat.net\/info",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5"
}