ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

Vad är ChatGPT Sidebar?

ChatGPT Sidebar är en Chrome-tillägg utvecklad av ankh.dev.io, och dess huvudfunktion är "A Chrome extension that creates a sidebar for ChatGPT".

Tilläggsskärmbilder

screenshot

Ladda ner ChatGPT Sidebar-förlängningens CRX-fil

Ladda ner ChatGPT Sidebar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
Officiell webbadress https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
Beskrivning A Chrome extension that creates a sidebar for ChatGPT
Filstorlek 17.08 KB
Antal Installationer 58
Aktuell Version 0.0.1
Senast Uppdaterad 2023-10-13
Publiceringsdatum 2023-09-29
Betyg 2.00/5 Totalt 1 Betyg
Utvecklare ankh.dev.io
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}