Generate Image with AI

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

Co je Generate Image with AI?

Generate Image with AI je rozšíření Chrome vyvinuté neural.love, a jeho hlavní funkcí je „Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Generate Image with AI

Stáhněte si soubory rozšíření Generate Image with AI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
Oficiální URL https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Popis Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Velikost souboru 8.1 KB
Počet instalací 7,000
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-10-20
Datum Vydání 2022-10-19
Hodnocení 3.50/5 Celkem 4 Hodnocení
Vývojář neural.love
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://neural.love/ai-art-generator
URL Stránky Nápovědy https://neural.love/terms
URL Stránky Zásad Ochrany Soukromí https://neural.love/privacy
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}