ImageGPT

Provide images based on Dall-E and its customization

Cos'è ImageGPT?

ImageGPT è un'estensione di Chrome sviluppata da quizgpt, e la sua funzione principale è "Provide images based on Dall-E and its customization".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ImageGPT

Scarica i file di estensione ImageGPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ImageGPT ImageGPT
ID eagnpdcipbkhfkhopaehelppanagdlij
URL Ufficiale https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij
Descrizione Provide images based on Dall-E and its customization
Dimensione del File 582 KB
Conteggio Installazioni 37
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-09-21
Data di Pubblicazione 2023-05-15
Sviluppatore quizgpt
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.quizgpt.net/
URL della Pagina di Aiuto http://www.quizgpt.net/contact
URL della Pagina della Politica sulla Privacy http://quizgpt.net/pages/terms
Lingue Supportate 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"
            ]
        }
    ]
}