ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

What is ChatGPT Sidebar?

ChatGPT Sidebar is a Chrome extension developed by ankh.dev.io, and its main feature is "A Chrome extension that creates a sidebar for ChatGPT".

Extension Screenshots

screenshot

Download ChatGPT Sidebar Extension CRX File

Download ChatGPT Sidebar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
Official URL https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
Description A Chrome extension that creates a sidebar for ChatGPT
File Size 17.08 KB
Installation Count 58
Current Version 0.0.1
Last Updated 2023-10-13
Publish Date 2023-09-29
Rating 2.00/5 Total 1 Ratings
Developer ankh.dev.io
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}