ImageGPT

Provide images based on Dall-E and its customization

ImageGPT là gì?

ImageGPT là một tiện ích mở rộng Chrome được phát triển bởi quizgpt, và tính năng chính của nó là "Provide images based on Dall-E and its customization".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ImageGPT

Tải xuống các tệp mở rộng ImageGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ImageGPT ImageGPT
ID eagnpdcipbkhfkhopaehelppanagdlij
URL Chính Thức https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij
Mô tả Provide images based on Dall-E and its customization
Kích Thước Tệp 582 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2023-05-15
Nhà Phát Triển quizgpt
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.quizgpt.net/
URL Trang Trợ Giúp http://www.quizgpt.net/contact
URL Trang Chính Sách Bảo Mật http://quizgpt.net/pages/terms
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}