ChatGPT AI Assistant

ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…

什么是ChatGPT AI Assistant?

ChatGPT AI Assistant是由Abhisek Sinha开发的Chrome扩展程序,该扩展的主要功能是“ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…”。

扩展截图

screenshot
screenshot

下载ChatGPT AI Assistant扩展crx文件

下载ChatGPT AI Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and accurate answers to questions right in your browser window, eliminating the need to switch pages. This extension covers information search, quick calculations, and text translation.

With natural language processing, ChatGPT AI Assistant quickly understands your inquiries and provides concise answers, saving you time. Whether you're a student, professional, or web enthusiast, this extension makes browsing faster and more efficient.

Personalize the extension to fit your preferences and quickly access frequently used information and tools. Stay up to date with regular updates and improvements for the best browsing experience.

Experience a powerful and user-friendly browsing tool with ChatGPT AI Assistant Chrome Extension. Upgrade your browsing today.                    

扩展基本信息

名称 ChatGPT AI Assistant ChatGPT AI Assistant
ID flifobnepbjamcpjnhdkhbbpfocpcddf
官方URL https://chromewebstore.google.com/detail/chatgpt-ai-assistant/flifobnepbjamcpjnhdkhbbpfocpcddf
简介 ChatGPT AI Assistant Chrome Extension simplifies your browsing experience with its cutting-edge OpenAI technology. Get quick and…
文件大小 7.84 KB
安装次数 603
当前版本 1.0.1
更新时间 2023-02-16
上架时间 2023-02-16
开发者 Abhisek Sinha
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT AI Assistant",
    "version": "1.0.1",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}