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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://neural.love/terms
عنوان صفحة سياسة الخصوصية 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:\/\/*\/*"
            ]
        }
    ]
}