GPT Anywhere

Get GPT completions on any webpage.

GPT Anywhere là gì?

GPT Anywhere là một tiện ích mở rộng Chrome được phát triển bởi hotspringsclap, và tính năng chính của nó là "Get GPT completions on any webpage.".

Ả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 GPT Anywhere

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

                        Free OpenAI GPT tool to generate text and input it from any webpage :
1. Save your usual favorite prompts
2. Right-click anywhere on the web
3. Done, GPT is now writing what you want for you

This is ChatGPT at your fingertips.


100% open source. No data collected by the extension.                    

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

Tên GPT Anywhere GPT Anywhere
ID lbbhclbmgmfepdapeapakepecldndpin
URL Chính Thức https://chromewebstore.google.com/detail/gpt-anywhere/lbbhclbmgmfepdapeapakepecldndpin
Mô tả Get GPT completions on any webpage.
Kích Thước Tệp 159 KB
Số Lần Cài Đặt 404
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2023-02-20
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển hotspringsclap
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/CheeseDurger/gpt-anywhere
URL Trang Trợ Giúp https://github.com/CheeseDurger/gpt-anywhere/issues/new
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT Anywhere",
    "description": "Get GPT completions on any webpage.",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-48px.png",
        "128": "icons\/icon-128px.png"
    },
    "action": {
        "default_title": "Go to this extension's Options to configure your GPT prompts"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/start.js"
            ]
        }
    ]
}