Image to Prompt Generator

Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s

Image to Prompt Generator란 무엇입니까?

Image to Prompt Generator은(는) heack699에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Image to Prompt Generator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Image to Prompt Generator: The Ultimate Tool for Generating Prompts from Images.

Image to Prompt Generator is an innovative extension that allows you to effortlessly convert any image into a prompt with just a few clicks. Whether you're a content creator, designer, or simply someone in need of textual descriptions for visual content, this extension is a game-changer.

With Image to Prompt Generator, you can easily come up with engaging captions, alt text, hashtags, and more for your visual content. Gone are the days of struggling to find the right words to describe your images – this extension does the hard work for you.

So whether you're looking to enhance your content creation process, improve your design work, or simply gain a deeper understanding of visual content, Image to Prompt Generator is the ultimate tool you need. Try it today and unlock the power of generating prompts from images like never before.                    

확장 프로그램 기본 정보

이름 Image to Prompt Generator Image to Prompt Generator
ID keeadpdalpdcbbflbkcegcgkepadgahn
공식 URL https://chromewebstore.google.com/detail/image-to-prompt-generator/keeadpdalpdcbbflbkcegcgkepadgahn
설명 Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s
파일 크기 42.98 KB
설치 횟수 8,615
현재 버전 1.1
최근 업데이트 2023-07-18
출시 날짜 2023-06-28
평점 2.17/5 총 24 개의 평점
개발자 heack699
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image to Prompt Generator",
    "version": "1.1",
    "description": "Right-click on any image within a webpage and Turn an image into a stable diffusion prompt in 5s-10s",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}