ChatGPT For Explorer

You can use it to search for answers through ChatGPT at any time.

ChatGPT For Explorer là gì?

ChatGPT For Explorer là một tiện ích mở rộng Chrome được phát triển bởi golefig, và tính năng chính của nó là "You can use it to search for answers through ChatGPT at any time.".

Ả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 Explorer

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

                        You can use it to search for answers through ChatGPT at any time.                    

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

Tên ChatGPT For Explorer ChatGPT For Explorer
ID iapjmmepmeidbibbpkcbpejcjojjppmd
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-for-explorer/iapjmmepmeidbibbpkcbpejcjojjppmd
Mô tả You can use it to search for answers through ChatGPT at any time.
Kích Thước Tệp 655 KB
Số Lần Cài Đặt 168
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2023-04-18
Ngày Phát Hành 2023-02-13
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển golefig
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT For Explorer",
    "description": "You can use it to search for answers through ChatGPT at any time.",
    "version": "0.0.3",
    "icons": {
        "16": "assets\/icon.png",
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT For Explorer",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icon.png",
            "48": "assets\/icon.png",
            "128": "assets\/icon.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "options_page": "options.html"
}