Generate Image with AI

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

Cos'è Generate Image with AI?

Generate Image with AI è un'estensione di Chrome sviluppata da neural.love, e la sua funzione principale è "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Generate Image with AI

Scarica i file di estensione Generate Image with AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL Ufficiale https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Descrizione Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Dimensione del File 8.1 KB
Conteggio Installazioni 7,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2022-10-19
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore neural.love
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://neural.love/ai-art-generator
URL della Pagina di Aiuto https://neural.love/terms
URL della Pagina della Politica sulla Privacy https://neural.love/privacy
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}