ChatGPT Sidebar

A Chrome extension that creates a sidebar for ChatGPT

Co to jest ChatGPT Sidebar?

ChatGPT Sidebar to rozszerzenie Chrome opracowane przez ankh.dev.io, a jego główną funkcją jest „A Chrome extension that creates a sidebar for ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Sidebar

Pobierz pliki rozszerzeń ChatGPT Sidebar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Sidebar ChatGPT Sidebar
ID llbhbmemofnidifkpffglhipkjdbgghf
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-sidebar/llbhbmemofnidifkpffglhipkjdbgghf
Opis A Chrome extension that creates a sidebar for ChatGPT
Rozmiar pliku 17.08 KB
Liczba instalacji 58
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2023-10-13
Data Publikacji 2023-09-29
Ocena 2.00/5 Łącznie 1 Oceny
Deweloper ankh.dev.io
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}