Generate Image with AI

Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.

Generate Image with AIคืออะไร?

Generate Image with AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย neural.love และคุณลักษณะหลักของมันคือ "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Generate Image with AI

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

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

                        Right-click any selected text or image and choose "Generate Image with AI" abracadabra; you've got your AI-generated image for free!
CC0 licenses are applied to all images, so you can use them commercially as well                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
คำอธิบาย Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
ขนาดไฟล์ 8.1 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2022-10-20
วันที่เผยแพร่ 2022-10-19
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา neural.love
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://neural.love/ai-art-generator
URL หน้าช่วยเหลือ https://neural.love/terms
URL หน้านโยบายความเป็นส่วนตัว https://neural.love/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Generate Image with AI",
    "description": "Right-click any selected text or image and choose \"Generate Image with AI\". CC0 licenses are applied to all images.",
    "homepage_url": "https:\/\/neural.love\/ai-art-generator",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Generate art with AI",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-16.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}