ImageGPT
Provide images based on Dall-E and its customization
Was ist ImageGPT?
ImageGPT ist eine Chrome-Erweiterung, die von quizgpt entwickelt wurde, und ihr Hauptmerkmal ist "Provide images based on Dall-E and its customization".
Erweiterungsscreenshots
ImageGPT-Erweiterungs-CRX-Datei herunterladen
Laden Sie ImageGPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | ImageGPT |
ID | eagnpdcipbkhfkhopaehelppanagdlij |
Offizielle URL | https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij |
Beschreibung | Provide images based on Dall-E and its customization |
Dateigröße | 582 KB |
Installationsanzahl | 37 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2023-09-21 |
Veröffentlichungsdatum | 2023-05-15 |
Entwickler | quizgpt |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://www.quizgpt.net/ |
Hilfeseite URL | http://www.quizgpt.net/contact |
URL der Datenschutzrichtlinien-Seite | http://quizgpt.net/pages/terms |
Unterstützte Sprachen | 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" ] } ] } |