GeePeeTee - OpenAi ChatGPT + Image assistant

Create text completions/edits, and generate images easily with a prompt.

Cos'è GeePeeTee - OpenAi ChatGPT + Image assistant?

GeePeeTee - OpenAi ChatGPT + Image assistant è un'estensione di Chrome sviluppata da Airdik, e la sua funzione principale è "Create text completions/edits, and generate images easily with a prompt.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GeePeeTee - OpenAi ChatGPT + Image assistant

Scarica i file di estensione GeePeeTee - OpenAi ChatGPT + Image assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GeePeeTee - OpenAi ChatGPT + Image assistant GeePeeTee - OpenAi ChatGPT + Image assistant
ID dbegpdaninkikfcfodenceojbpdgdoaa
URL Ufficiale https://chromewebstore.google.com/detail/geepeetee-openai-chatgpt/dbegpdaninkikfcfodenceojbpdgdoaa
Descrizione Create text completions/edits, and generate images easily with a prompt.
Dimensione del File 104 KB
Conteggio Installazioni 7,760
Versione Corrente 1.2.3
Ultimo Aggiornamento 2023-03-17
Data di Pubblicazione 2023-01-27
Valutazione 2.89/5 Totale 9 Valutazioni
Sviluppatore Airdik
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.buymeacoffee.com/Airdik
Lingue Supportate 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
}