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
官方網址 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"
            ]
        }
    ]
}