ChatGPT Save

Simple Chrome extension to save ChatGPT conversation threads.

Co to jest ChatGPT Save?

ChatGPT Save to rozszerzenie Chrome opracowane przez jhnyckc, a jego główną funkcją jest „Simple Chrome extension to save ChatGPT conversation threads.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Save

Pobierz pliki rozszerzeń ChatGPT Save 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

                        Save your interesting conversations with ChatGPT to CSV.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Save ChatGPT Save
ID dacbcjjmegpiooanamonipdjhplejfml
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-save/dacbcjjmegpiooanamonipdjhplejfml
Opis Simple Chrome extension to save ChatGPT conversation threads.
Rozmiar pliku 9.87 KB
Liczba instalacji 2,249
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-12-13
Data Publikacji 2022-12-12
Ocena 2.50/5 Łącznie 2 Oceny
Deweloper jhnyckc
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Save",
    "description": "Simple Chrome extension to save ChatGPT conversation threads.",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "\/icons\/icon16.png",
        "32": "\/icons\/icon32.png",
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/chat"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "ChatGPT Save",
        "default_icon": {
            "16": "\/icons\/icon16.png",
            "32": "\/icons\/icon32.png",
            "48": "\/icons\/icon48.png",
            "128": "\/icons\/icon128.png"
        }
    }
}