Share Chat GPT

Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image

Co to jest Share Chat GPT?

Share Chat GPT to rozszerzenie Chrome opracowane przez danielkellyio, a jego główną funkcją jest „Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Share Chat GPT

Pobierz pliki rozszerzeń Share Chat GPT 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

                        Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image                    

Podstawowe informacje o rozszerzeniu

Nazwa Share Chat GPT Share Chat GPT
ID dchbgannbkhdanjbjgncijknhffdcagf
Oficjalny URL https://chromewebstore.google.com/detail/share-chat-gpt/dchbgannbkhdanjbjgncijknhffdcagf
Opis Share full GPT Chat threads with a readonly webpage that can be copy/pasted from and has an auto-generated social share image
Rozmiar pliku 150 KB
Liczba instalacji 2,446
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-12-13
Data Publikacji 2022-12-12
Ocena 2.75/5 Łącznie 4 Oceny
Deweloper danielkellyio
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": "Share Chat GPT",
    "description": "Share full GPT Chat threads with a readonly webpage that can be copy\/pasted from and has an auto-generated social share image",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}