ImageGPT

Provide images based on Dall-E and its customization

ImageGPTとは何ですか?

ImageGPTはquizgptによって開発されたChromeの拡張機能で、その主な機能は「Provide images based on Dall-E and its customization」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        ImageGPT is a real-time image generation and customizing based on Open AI's Dall-E. This is an easy AI platform technology that provides easy prompt-based image generation tool.

Our platform provides a wide range of features, including image generation, customizing prompt and editing image. Users can select their preferred option and access our content on chrome browser easily.                    

拡張機能の基本情報

名前 ImageGPT ImageGPT
ID eagnpdcipbkhfkhopaehelppanagdlij
公式URL https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij
説明 Provide images based on Dall-E and its customization
ファイルサイズ 582 KB
インストール数 37
現在のバージョン 1.0.5
最終更新日 2023-09-21
公開日 2023-05-15
開発者 quizgpt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.quizgpt.net/
ヘルプページのURL http://www.quizgpt.net/contact
プライバシーポリシーページのURL http://quizgpt.net/pages/terms
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "downloads",
        "storage",
        "background",
        "clipboardRead"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup.html"
    },
    "web_accessbile_resources": [
        "logo.png"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}