GoPenAI

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

GoPenAIとは何ですか?

GoPenAIはGoPenAIによって開発されたChromeの拡張機能で、その主な機能は「GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…」です。

拡張機能のスクリーンショット

screenshot
screenshot

GoPenAI拡張機能のCRXファイルをダウンロード

GoPenAI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 GoPenAI GoPenAI
ID hblcnjnneonokpmhlhagdbhcjbbflpla
公式URL https://chromewebstore.google.com/detail/gopenai/hblcnjnneonokpmhlhagdbhcjbbflpla
説明 GoPenAI - Easily export any conversation generated by ChatGPT and turn it into a unique and eye-catching image. Whether you're a…
ファイルサイズ 24.11 KB
インストール数 52
現在のバージョン 1.0.6
最終更新日 2023-02-20
公開日 2023-01-24
評価 5.00/5 合計 5 レビュー
開発者 GoPenAI
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gopenai.com/
プライバシーポリシーページのURL https://gopenai.com/privacy-policy
対応言語 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": [
                ""
            ]
        }
    ]
}