ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

ChatGPT Sidebar là gì?

ChatGPT Sidebar là một tiện ích mở rộng Chrome được phát triển bởi ankh.dev.io, và tính năng chính của nó là "A Chrome extension that creates a sidebar for ChatGPT".

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

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

                        Integrate ChatGPT within a handy sidebar (great for users that have a single monitor!).

Allows you to interact with ChatGPT while browsing any page, eliminating the hassle of toggling between tabs.

Access via the extension action icon!                    

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

Tên ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
Mô tả A Chrome extension that creates a sidebar for ChatGPT
Kích Thước Tệp 17.08 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2023-09-29
Đánh Giá 2.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ankh.dev.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Sidebar",
    "version": "0.0.1",
    "description": "A Chrome extension that creates a sidebar for ChatGPT",
    "permissions": [
        "sidePanel"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "action": {
        "default_title": "ChatGPT Sidebar"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ]
}