ImageGPT
Provide images based on Dall-E and its customization
ImageGPT क्या है?
ImageGPT quizgpt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide images based on Dall-E and its customization"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ImageGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ImageGPT |
ID | eagnpdcipbkhfkhopaehelppanagdlij |
आधिकारिक URL | https://chromewebstore.google.com/detail/imagegpt/eagnpdcipbkhfkhopaehelppanagdlij |
विवरण | Provide images based on Dall-E and its customization |
फ़ाइल का आकार | 582 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-09-21 |
प्रकाशन तिथि | 2023-05-15 |
डेवलपर | quizgpt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.quizgpt.net/ |
सहायता पृष्ठ URL | http://www.quizgpt.net/contact |
गोपनीयता नीति पृष्ठ URL | http://quizgpt.net/pages/terms |
समर्थित भाषाएँ | 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" ] } ] } |