ChatGPT in Google

ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.

什麼是ChatGPT in Google?

ChatGPT in Google是由hello開發的Chrome擴展程式,該擴展的主要功能是“ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.”。

擴展截圖

screenshot

下載ChatGPT in Google擴展crx文件

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

擴展使用說明

                        This powerful tool functions by providing you with both the regular Google search results, as well as the response from ChatGPT. With ChatGPTinGoogle, you can easily access the extensive knowledge base and advanced algorithms of ChatGPT, all within the same search window as Google. This enables you to quickly and conveniently obtain additional insights, explanations, or answers to your queries, without having to navigate away from your Google search results. Whether you are a student, a professional, or simply someone seeking to expand your knowledge, ChatGPTinGoogle is a valuable tool that can help you find the information you need with ease and efficiency. By bringing together the power of Google and ChatGPT, ChatGPTinGoogle has the potential to transform the way you search for information online, and enable you to access a wealth of knowledge at your fingertips.                    

擴展基本資訊

名稱 ChatGPT in Google ChatGPT in Google
ID gmkgjhlphncdlagnlkideonkiagkogjc
官方網址 https://chromewebstore.google.com/detail/chatgpt-in-google/gmkgjhlphncdlagnlkideonkiagkogjc
簡介 ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.
檔案大小 549 KB
安裝次數 1,000
目前版本 1.0.2
更新時間 2023-04-07
上架時間 2023-03-31
評分 5.00/5 共 8 次評分
開發者 hello
電子郵箱 [email protected]
付費類型 free
擴展官網 https://chatgptingoogle.com/
隱私政策頁面URL https://neptuneshot.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT in Google",
    "description": "ChatGPTinGoogle is an extension that is designed to enhance your Google search experience by integrating ChatGPT developer APIs.",
    "version": "1.0.2",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.google.com\/*"
    ],
    "icons": {
        "256": "src\/img\/logo256.png",
        "128": "src\/img\/logo128.png",
        "64": "src\/img\/logo64.png",
        "32": "src\/img\/logo32.png",
        "20": "src\/img\/logo20.png",
        "16": "src\/img\/logo16.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "src\/img\/logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "\/dist\/index.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "css": [
                "\/src\/App.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; default-src 'self'; style-src-elem 'self' https:\/\/fonts.googleapis.com\/* 'unsafe-inline' 'unsafe-eval'; style-src 'self' https:\/\/fonts.googleapis.com\/* 'unsafe-inline' 'unsafe-eval'; font-src 'self' https:\/\/fonts.gstatic.com\/* data: fonts.gstatic.com 'unsafe-inline'; connect-src 'self'  https:\/\/*.googleapis.com http:\/\/chatgptingoogle-lb-132477774.us-east-1.elb.amazonaws.com;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/App.css",
                "src\/img\/logo16.svg",
                "src\/img\/logo20.svg",
                "src\/img\/logo32.svg",
                "src\/img\/logo64.svg",
                "src\/img\/logo128.svg",
                "src\/img\/logo256.svg"
            ],
            "matches": [
                "*:\/\/www.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "bgServiceWorker.js",
        "type": "module"
    }
}