GPT-Based

GPTBased is used to generate effective prompts for ChatGPT

Wat is GPT-Based?

GPT-Based is een Chrome-extensie ontwikkeld door https://gptbased.net, en de belangrijkste functie is "GPTBased is used to generate effective prompts for ChatGPT".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie GPT-Based

Download GPT-Based-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam GPT-Based GPT-Based
ID jeecjckgihbjgajddicjajmfopmhoahp
Officiële URL https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp
Beschrijving GPTBased is used to generate effective prompts for ChatGPT
Bestandsgrootte 140 KB
Aantal Installaties 69
Huidige Versie 0.0.6
Laatst Bijgewerkt 2023-08-29
Publicatiedatum 2023-04-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://gptbased.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gptbased.net
Ondersteunde Talen 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}