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 to jest Generate Image with AI?

Generate Image with AI to rozszerzenie Chrome opracowane przez neural.love, a jego główną funkcją jest „Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Generate Image with AI

Pobierz pliki rozszerzeń Generate Image with AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
Oficjalny URL https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Opis Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Rozmiar pliku 8.1 KB
Liczba instalacji 7,000
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-10-20
Data Publikacji 2022-10-19
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper neural.love
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://neural.love/ai-art-generator
Adres URL Strony Pomocy https://neural.love/terms
Adres URL Strony Polityki Prywatności https://neural.love/privacy
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}