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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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:\/\/*\/*"
            ]
        }
    ]
}