Generate Image with AI

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

Apa itu Generate Image with AI?

Generate Image with AI adalah ekstensi Chrome yang dikembangkan oleh neural.love, dan fitur utamanya adalah "Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Generate Image with AI

Unduh file ekstensi Generate Image with AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
URL Resmi https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
Deskripsi Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
Ukuran File 8.1 KB
Jumlah Instalasi 7,000
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-10-20
Tanggal Publikasi 2022-10-19
Penilaian 3.50/5 Total 4 Penilaian
Pengembang neural.love
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://neural.love/ai-art-generator
URL Halaman Bantuan https://neural.love/terms
URL Halaman Kebijakan Privasi https://neural.love/privacy
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}