GoogleChatGPT: ChatGPT with Google

Augment your ChatGPT prompts with relevant results from Google.

GoogleChatGPT: ChatGPT with Google là gì?

GoogleChatGPT: ChatGPT with Google là một tiện ích mở rộng Chrome được phát triển bởi hunkim, và tính năng chính của nó là "Augment your ChatGPT prompts with relevant results from Google.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoogleChatGPT: ChatGPT with Google

Tải xuống các tệp mở rộng GoogleChatGPT: ChatGPT with Google dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        GoogleChatGPT: Enhance Your ChatGPT Experience with Relevant Google Results!

With GoogleChatGPT, you can now augment your ChatGPT prompts with relevant results from Google. This powerful Chrome extension integrates ChatGPT's language model with Google search, giving you access to a wealth of information at your fingertips. Whether you're looking for answers to complex questions, or simply want to expand your knowledge, GoogleChatGPT has got you covered.

GoogleChatGPT is the ultimate tool for anyone looking to enhance their ChatGPT experience. Install it today and discover a whole new world of information and knowledge!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GoogleChatGPT: ChatGPT with Google GoogleChatGPT: ChatGPT with Google
ID mdonbhpnpdajiekihkjeneenjhmeipam
URL Chính Thức https://chrome.google.com/webstore/detail/googlechatgpt-chatgpt-wit/mdonbhpnpdajiekihkjeneenjhmeipam
Mô tả Augment your ChatGPT prompts with relevant results from Google.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2023.02.04
Cập Nhật Lần Cuối 2023-02-05
Ngày Phát Hành 2023-02-05
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển hunkim
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2023.02.04",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ddg-webapp-aagd.vercel.app\/*"
    ],
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "content-scripts\/mainUI.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "css": [
            "options\/options.css"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/mainUI.css",
                "icons\/icon48.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}