GPT-Based
GPTBased is used to generate effective prompts for ChatGPT
Was ist GPT-Based?
GPT-Based ist eine Chrome-Erweiterung, die von https://gptbased.net entwickelt wurde, und ihr Hauptmerkmal ist "GPTBased is used to generate effective prompts for ChatGPT".
Erweiterungsscreenshots
GPT-Based-Erweiterungs-CRX-Datei herunterladen
Laden Sie GPT-Based-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jeecjckgihbjgajddicjajmfopmhoahp |
| Offizielle URL | https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp |
| Beschreibung | GPTBased is used to generate effective prompts for ChatGPT |
| Dateigröße | 140 KB |
| Installationsanzahl | 69 |
| Aktuelle Version | 0.0.6 |
| Letztes Update | 2023-08-29 |
| Veröffentlichungsdatum | 2023-04-26 |
| Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
| Entwickler | https://gptbased.net |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://gptbased.net |
| Unterstützte Sprachen | 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": [
"*:\/\/*\/*"
]
}
]
} | |