ChatGPT

Use ChatGPT in Google Chrome

ChatGPT là gì?

ChatGPT là một tiện ích mở rộng Chrome được phát triển bởi advancedsolutionshub, và tính năng chính của nó là "Use ChatGPT in Google Chrome".

Ả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

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

                        Experience the full potential of OpenAI's language model through the highly acclaimed ChatGPT Chrome Extension. This complimentary extension integrates ChatGPT's sophisticated AI directly into your browser, providing instant access to its powerful features. Simply pose your queries and ChatGPT delivers precise, succinct responses instantly. Elevate your browsing experience with the unparalleled AI capabilities of the ChatGPT Chrome Extension today.

ChatGPT link: https://chat.openai.com                    

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

Tên ChatGPT ChatGPT
ID klailhpanlicjnhfkpngehoblknjamdg
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt/klailhpanlicjnhfkpngehoblknjamdg
Mô tả Use ChatGPT in Google Chrome
Kích Thước Tệp 22.36 KB
Số Lần Cài Đặt 5,641
Phiên Bản Hiện Tại 1.0.9
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2023-01-25
Nhà Phát Triển advancedsolutionshub
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://chataigpt.pro/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT",
    "short_name": "ChatGPT",
    "version": "1.0.9",
    "description": "Use ChatGPT in Google Chrome",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "ChatGPT"
    },
    "commands": {
        "openWindow": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Use ChatGPT in Google Chrome"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}