ImageGPT

Provide images based on Dall-E and its customization

ImageGPTคืออะไร?

ImageGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quizgpt และคุณลักษณะหลักของมันคือ "Provide images based on Dall-E and its customization"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImageGPT

ดาวน์โหลดไฟล์ส่วนขยาย ImageGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
            ]
        }
    ]
}