ImageGPT
Provide images based on Dall-E and its customization
Qu'est-ce que ImageGPT ?
ImageGPT est une extension Chrome développée par quizgpt, et sa fonction principale est "Provide images based on Dall-E and its customization".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ImageGPT
Téléchargez les fichiers d'extension ImageGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | ImageGPT |
ID | eagnpdcipbkhfkhopaehelppanagdlij |
URL Officiel | https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij |
Description | Provide images based on Dall-E and its customization |
Taille du Fichier | 582 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2023-09-21 |
Date de Publication | 2023-05-15 |
Développeur | quizgpt |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.quizgpt.net/ |
URL de la Page d'Aide | http://www.quizgpt.net/contact |
URL de la Page de Politique de Confidentialité | http://quizgpt.net/pages/terms |
Langues Prises en Charge | 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" ] } ] } |