Generate Image with AI

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

什麼是Generate Image with AI?

Generate Image with AI是由neural.love開發的Chrome擴展程式,該擴展的主要功能是“Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.”。

擴展截圖

screenshot
screenshot
screenshot

下載Generate Image with AI擴展crx文件

下載Generate Image with AI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Generate Image with AI Generate Image with AI
ID jodnhopcnhhhblibnnehkfohknomiheh
官方網址 https://chromewebstore.google.com/detail/generate-image-with-ai/jodnhopcnhhhblibnnehkfohknomiheh
簡介 Right-click any selected text or image and choose "Generate Image with AI". CC0 licenses are applied to all images.
檔案大小 8.1 KB
安裝次數 7,000
目前版本 1.0.1
更新時間 2022-10-20
上架時間 2022-10-19
評分 3.50/5 共 4 次評分
開發者 neural.love
電子郵箱 [email protected]
付費類型 in_app
擴展官網 https://neural.love/ai-art-generator
說明頁面URL https://neural.love/terms
隱私政策頁面URL https://neural.love/privacy
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}