ChatGPT For Google

Can't find what you're looking for with Google? Ask an artificial intelligence instead.

ChatGPT For Google là gì?

ChatGPT For Google là một tiện ích mở rộng Chrome được phát triển bởi rgantzos, và tính năng chính của nó là "Can't find what you're looking for with Google? Ask an artificial intelligence instead.".

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

screenshot

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

Tải xuống các tệp mở rộng ChatGPT For 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

                        Sometimes it can be hard to articulate what you're looking for to the extent that Google understands what you're saying, and can sometimes find the right results. In those cases, GoogleGPT is here for you. You can easily click a button on the Google search page to replace the search bar with a ChatGPT input.                    

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

Tên ChatGPT For Google ChatGPT For Google
ID jgpockpcjdfkmaiiefcbfjaaekocfmha
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-for-google/jgpockpcjdfkmaiiefcbfjaaekocfmha
Mô tả Can't find what you're looking for with Google? Ask an artificial intelligence instead.
Kích Thước Tệp 49.32 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-03-06
Ngày Phát Hành 2023-03-05
Nhà Phát Triển rgantzos
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.scratchtools.app/docs/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT For Google",
    "short_name": "GoogleGPT",
    "manifest_version": 3,
    "version": "0.0.1",
    "version_name": "0.0.1",
    "description": "Can't find what you're looking for with Google? Ask an artificial intelligence instead.",
    "author": "Ronan",
    "host_permissions": [
        "https:\/\/www.google.com\/*"
    ],
    "action": {
        "default_icon": "\/logo.png",
        "default_popup": "\/popup.html",
        "default_title": "GoogleGPT"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "ask.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "icons": {
        "16": "\/logo.png",
        "48": "\/logo.png",
        "128": "\/logo.png"
    }
}