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”。
擴展截圖
下載Image to Prompt Generator擴展crx文件
下載Image to Prompt Generator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | keeadpdalpdcbbflbkcegcgkepadgahn |
官方網址 | 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:\/\/*\/*" ] } |