ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

什麼是ChatGPT Sidebar?

ChatGPT Sidebar是由ankh.dev.io開發的Chrome擴展程式,該擴展的主要功能是“A Chrome extension that creates a sidebar for ChatGPT”。

擴展截圖

screenshot

下載ChatGPT Sidebar擴展crx文件

下載ChatGPT Sidebar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
官方網址 https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
簡介 A Chrome extension that creates a sidebar for ChatGPT
檔案大小 17.08 KB
安裝次數 58
目前版本 0.0.1
更新時間 2023-10-13
上架時間 2023-09-29
評分 2.00/5 共 1 次評分
開發者 ankh.dev.io
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/"
    ]
}