ImageGPT
Provide images based on Dall-E and its customization
ما هو ImageGPT؟
ImageGPT هو إضافة Chrome تم تطويرها بواسطة quizgpt، والميزة الرئيسية لها هي "Provide images based on Dall-E and its customization".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ImageGPT
قم بتنزيل ملفات الامتداد ImageGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/ |
عنوان صفحة المساعدة | http://www.quizgpt.net/contact |
عنوان صفحة سياسة الخصوصية | 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" ] } ] } |