AI Images & Prompts Directory

Organize and search your AI-generated images and prompts across multiple platforms with ease.

AI Images & Prompts Directoryคืออะไร?

AI Images & Prompts Directory เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.g-prompter.com และคุณลักษณะหลักของมันคือ "Organize and search your AI-generated images and prompts across multiple platforms with ease."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AI Images & Prompts Directory

ดาวน์โหลดไฟล์ส่วนขยาย AI Images & Prompts Directory ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        AI Images & Prompts Directory is your comprehensive solution for managing a library of AI-generated visuals and their corresponding prompts. Designed for enthusiasts and professionals alike, this extension supports popular AI platforms like Midjourney, Leonardo, Firefly and ChatGPT.

Key Features:
- Unified Library: Centralize your images and prompts from various AI services in one accessible location.
- Advanced Search: Quickly locate your images using intuitive 'and/or' search logic and text-based queries.
- Effortless Organization: Create and manage folders to categorize your content for efficient retrieval.
- Instant Access: All data is stored locally in your browser's storage, ensuring rapid access and enhanced privacy.
- User-Friendly Interface: Enjoy a clean and responsive design that makes navigation and management a breeze.

With AI Images & Prompts Directory, streamline your workflow by keeping track of all your AI-generated assets in a structured and efficient manner. Whether you're a digital artist, a designer, or just experimenting with AI imagery, our tool enhances your creative process by providing an organized, searchable, and instantly accessible repository.

Install AI Images & Prompts Directory today and transform the way you interact with your AI-generated creations!                    

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

ชื่อ AI Images & Prompts Directory AI Images & Prompts Directory
ID pgofpmlinehkmphlmfmbjjcfbaoafkpm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ai-images-prompts-directo/pgofpmlinehkmphlmfmbjjcfbaoafkpm
คำอธิบาย Organize and search your AI-generated images and prompts across multiple platforms with ease.
ขนาดไฟล์ 3.04 MB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-11-22
วันที่เผยแพร่ 2023-11-15
ผู้พัฒนา https://www.g-prompter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.g-prompter.com/en
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Images & Prompts Directory",
    "version": "1.0.1",
    "description": "Organize and search your AI-generated images and prompts across multiple platforms with ease.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/storage.js",
                "js\/gpt\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.midjourney.com\/imagine"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/storage.js",
                "js\/mj\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.leonardo.ai\/personal-feed"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/storage.js",
                "js\/leo\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/firefly.adobe.com\/favorites"
            ],
            "js": [
                "js\/lib\/jquery-3.6.4.min.js",
                "js\/storage.js",
                "js\/firefly\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/www.midjourney.com\/*",
        "https:\/\/chat.openai.com\/*",
        "https:\/\/app.leonardo.ai\/*",
        "https:\/\/firefly.adobe.com\/*"
    ]
}