Generate Image with AI

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

Qu'est-ce que Generate Image with AI ?

Generate Image with AI est une extension Chrome développée par neural.love, et sa fonction principale est "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Generate Image with AI

Téléchargez les fichiers d'extension Generate Image with AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL Officiel https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Description Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Taille du Fichier 8.1 KB
Nombre d'Installations 7,000
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-10-20
Date de Publication 2022-10-19
Évaluation 3.50/5 Total 4 Évaluations
Développeur neural.love
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://neural.love/ai-art-generator
URL de la Page d'Aide https://neural.love/terms
URL de la Page de Politique de Confidentialité https://neural.love/privacy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}