GPT-Based

GPTBased is used to generate effective prompts for ChatGPT

Co to jest GPT-Based?

GPT-Based to rozszerzenie Chrome opracowane przez https://gptbased.net, a jego główną funkcją jest „GPTBased is used to generate effective prompts for ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia GPT-Based

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

                        GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts                    

Podstawowe informacje o rozszerzeniu

Nazwa GPT-Based GPT-Based
ID jeecjckgihbjgajddicjajmfopmhoahp
Oficjalny URL https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp
Opis GPTBased is used to generate effective prompts for ChatGPT
Rozmiar pliku 140 KB
Liczba instalacji 69
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2023-08-29
Data Publikacji 2023-04-26
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://gptbased.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gptbased.net
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-Based",
    "version": "0.0.6",
    "description": "GPTBased is used to generate effective prompts for ChatGPT",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16926242660.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}