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文件

下载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 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:\/\/*\/*"
    ]
}