ImageGPT

Provide images based on Dall-E and its customization

Hvad er ImageGPT?

ImageGPT er en Chrome-udvidelse udviklet af quizgpt, og dens hovedfunktion er "Provide images based on Dall-E and its customization".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ImageGPT-udvidelses-CRX-fil

Download ImageGPT-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ImageGPT ImageGPT
ID eagnpdcipbkhfkhopaehelppanagdlij
Officiel URL https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij
Beskrivelse Provide images based on Dall-E and its customization
Filstørrelse 582 KB
Antal Installationer 37
Nuværende Version 1.0.5
Senest Opdateret 2023-09-21
Udgivelsesdato 2023-05-15
Udvikler quizgpt
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.quizgpt.net/
Hjælpeside-URL http://www.quizgpt.net/contact
URL til Fortrolighedspolitik Side http://quizgpt.net/pages/terms
Understøttede Sprog 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"
            ]
        }
    ]
}