GoPenAI

GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…

Co je GoPenAI?

GoPenAI je rozšíření Chrome vyvinuté GoPenAI, a jeho hlavní funkcí je „GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření GoPenAI

Stáhněte si soubory rozšíření GoPenAI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a designer, marketer, or just looking for a new way to showcase your chatbot's capabilities, GoPenAI is the perfect solution. With its easy-to-use interface and powerful image generation capabilities, you'll be able to create stunning graphics in just a few clicks. Try GoPenAI today and take your ChatGPT conversations to the next level!                    

Základní Informace o Rozšíření

Název GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
Oficiální URL https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
Popis GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
Velikost souboru 24.11 KB
Počet instalací 52
Aktuální Verze 1.0.6
Poslední Aktualizace 2023-02-20
Datum Vydání 2023-01-24
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář GoPenAI
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gopenai.com/
URL Stránky Zásad Ochrany Soukromí https://gopenai.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoPenAI",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "16.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}