WideGPT

Wider Chat GPT chat - more comfortable for reading the output.

WideGPT là gì?

WideGPT là một tiện ích mở rộng Chrome được phát triển bởi Emil Pirlea, và tính năng chính của nó là "Wider Chat GPT chat - more comfortable for reading the output.".

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

screenshot
screenshot
screenshot

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

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

                        Wider Chat GPT chat - more comfortable for reading the output.

This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.                    

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

Tên WideGPT WideGPT
ID kcgdmbfjemoicfbhbflcnlaeldaembpo
URL Chính Thức https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo
Mô tả Wider Chat GPT chat - more comfortable for reading the output.
Kích Thước Tệp 10.44 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-12-04
Ngày Phát Hành 2023-08-28
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Emil Pirlea
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": "WideGPT",
    "version": "1.1",
    "description": "Wider Chat GPT chat - more comfortable for reading the output.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}