GeePeeTee - OpenAi ChatGPT + Image assistant
Create text completions/edits, and generate images easily with a prompt.
Wat is GeePeeTee - OpenAi ChatGPT + Image assistant?
GeePeeTee - OpenAi ChatGPT + Image assistant is een Chrome-extensie ontwikkeld door Airdik, en de belangrijkste functie is "Create text completions/edits, and generate images easily with a prompt.".
Extensie Screenshots
Download het CRX-bestand van de extensie GeePeeTee - OpenAi ChatGPT + Image assistant
Download GeePeeTee - OpenAi ChatGPT + Image assistant-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
Easily access OpenAi's text and image models from this extension. You can access Completion, Edit, and Image models with a simple click, or a keyboard shortcut of "Ctrl + Shift + Space"
Answer all of you questions and kill your curiosity with this modern and dynamic design that allows you to generate text with ChatGPT and generate images from Dall-E. Basisinformatie over de Extensie
| Naam | |
| ID | dbegpdaninkikfcfodenceojbpdgdoaa |
| Officiële URL | https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa |
| Beschrijving | Create text completions/edits, and generate images easily with a prompt. |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 7,760 |
| Huidige Versie | 1.2.3 |
| Laatst Bijgewerkt | 2023-03-17 |
| Publicatiedatum | 2023-01-27 |
| Beoordeling | 2.89/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Airdik |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://www.buymeacoffee.com/Airdik |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GeePeeTee - OpenAi ChatGPT + Image assistant",
"version": "1.2.3",
"description": "Create text completions\/edits, and generate images easily with a prompt.",
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"16": "assets\/icon-16.png",
"32": "assets\/icon-32.png",
"48": "assets\/icon-48.png",
"128": "assets\/icon-128.png"
},
"action": {
"default_icon": {
"16": "assets\/extension-icon.png",
"24": "assets\/extension-icon.png",
"32": "assets\/extension-icon.png"
},
"default_title": "GeePeeTee",
"default_popup": "popup.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Space",
"mac": "Command+Shift+Space",
"windows": "Ctrl+Shift+Space",
"chromeos": "Ctrl+Shift+Space",
"linux": "Ctrl+Shift+Space"
}
}
},
"manifest_version": 3
} | |