ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

Co je ChatGPT Sidebar?

ChatGPT Sidebar je rozšíření Chrome vyvinuté ankh.dev.io, a jeho hlavní funkcí je „A Chrome extension that creates a sidebar for ChatGPT“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ChatGPT Sidebar

Stáhněte si soubory rozšíření ChatGPT Sidebar ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
Popis A Chrome extension that creates a sidebar for ChatGPT
Velikost souboru 17.08 KB
Počet instalací 58
Aktuální Verze 0.0.1
Poslední Aktualizace 2023-10-13
Datum Vydání 2023-09-29
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář ankh.dev.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}