ImagePrompt - Reverse Image To Prompt

ImagePrompt: The Ultimate Tool for Generating Prompt From Images.

ImagePrompt - Reverse Image To Promptคืออะไร?

ImagePrompt - Reverse Image To Prompt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zf.extension.ai.pai และคุณลักษณะหลักของมันคือ "ImagePrompt: The Ultimate Tool for Generating Prompt From Images."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ImagePrompt - Reverse Image To Prompt

ดาวน์โหลดไฟล์ส่วนขยาย ImagePrompt - Reverse Image To Prompt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With just a few clicks, you can input any image and convert image to prompt. You can also use this extension to extract all the images from a web page and generate prompts for them.

The ImagePrompt extension is ideal for content creators, designers, and anyone who needs to generate textual descriptions for visual content. With this extension, you can easily come up with engaging captions, alt text, hashtags, and more. You can use it to analyze and understand the visual elements of a web page, and to explore the hidden meanings and associations behind them. You can also use the prompt to generate more images by MidJourney, Stable Diffusion or DALL·E 2.

Features:
● Reverse any picture into its textual prompt
● Extract and analyze images from any web page
● Save and share prompts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ImagePrompt - Reverse Image To Prompt ImagePrompt - Reverse Image To Prompt
ID ffbemmhlkcccdcbncdgljhhaelfpjmbk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imageprompt-reverse-image/ffbemmhlkcccdcbncdgljhhaelfpjmbk
คำอธิบาย ImagePrompt: The Ultimate Tool for Generating Prompt From Images.
ขนาดไฟล์ 616 KB
จำนวนการติดตั้ง 5,717
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2024-01-29
วันที่เผยแพร่ 2023-04-13
คะแนน 3.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา zf.extension.ai.pai
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://remaker.ai/en/extension-privacy-policy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo-imageprompt.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "img\/logo-imageprompt.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "js\/content-inject-other.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "version": "1.0.2",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/logo.png",
                "\/img\/logo_prompt.png",
                "\/img\/logo_text.png",
                "js\/ajax-listener-other.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/ffbemmhlkcccdcbncdgljhhaelfpjmbk"
}