GPTAnywhere

Super Easy access to ChatGPT with a simple Chrome-Extension

GPTAnywhere là gì?

GPTAnywhere là một tiện ích mở rộng Chrome được phát triển bởi GPTAnywhere, và tính năng chính của nó là "Super Easy access to ChatGPT with a simple Chrome-Extension".

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

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

                        GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT.                    

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

Tên GPTAnywhere GPTAnywhere
ID pklibapjplkpanekidgnckgjablljhni
URL Chính Thức https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni
Mô tả Super Easy access to ChatGPT with a simple Chrome-Extension
Kích Thước Tệp 516 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-12-16
Ngày Phát Hành 2022-12-16
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển GPTAnywhere
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",
    "name": "GPTAnywhere",
    "description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "action": {
        "default_popup": "frontend\/index.html"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "background": {
        "service_worker": "background\/index.js"
    }
}