Generate Image with AI

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

O que é Generate Image with AI?

Generate Image with AI é uma extensão do Chrome desenvolvida por neural.love, e sua principal característica é "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Generate Image with AI

Baixe arquivos de extensão Generate Image with AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL Oficial https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Descrição Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Tamanho do Arquivo 8.1 KB
Contagem de Instalações 7,000
Versão Atual 1.0.1
Última Atualização 2022-10-20
Data de Publicação 2022-10-19
Classificação 3.50/5 Total de 4 Avaliações
Desenvolvedor neural.love
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://neural.love/ai-art-generator
URL da Página de Ajuda https://neural.love/terms
URL da Página de Política de Privacidade https://neural.love/privacy
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}