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
电子邮箱 [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"
            ]
        }
    ]
}