Generate Image with AI

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

Wat is Generate Image with AI?

Generate Image with AI is een Chrome-extensie ontwikkeld door neural.love, en de belangrijkste functie is "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Generate Image with AI

Download Generate Image with AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
Officiële URL https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Beschrijving Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Bestandsgrootte 8.1 KB
Aantal Installaties 7,000
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-10-20
Publicatiedatum 2022-10-19
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar neural.love
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://neural.love/ai-art-generator
Help Pagina-URL https://neural.love/terms
URL van de Privacybeleid Pagina https://neural.love/privacy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}