MJ - Manager

Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search

MJ - Managerคืออะไร?

MJ - Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.g-prompter.com และคุณลักษณะหลักของมันคือ "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MJ - Manager

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

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

                        The Midjourney Gallery extension is designed to help you manage your Midjourney Images/Prompts Library locally for quicker and enhanced management and searching.

This tool enhances your experience with Midjourney by providing a dedicated space to view, organize, and search your generated images using the text prompts. 
You can create folder to organize images. With the use of 'and/or' logic in search, finding the right image has never been easier. The extension also highlights the top 40 most-used words in all prompts for quick filtering. 

The extension captures information from your Midjourney account page, storing it locally in your browser's localStorage. This allows it to use this data without delay and provides a better interface with added features like sorting by specific criteria or viewing the top words used in prompts.                    

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

ชื่อ MJ - Manager MJ - Manager
ID nnenhoeepnpecmgfkakifapcidnmbcog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mj-manager/nnenhoeepnpecmgfkakifapcidnmbcog
คำอธิบาย Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search
ขนาดไฟล์ 51.07 KB
จำนวนการติดตั้ง 732
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-11-16
วันที่เผยแพร่ 2023-05-31
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.g-prompter.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.g-prompter.com/en
URL หน้าช่วยเหลือ https://www.g-prompter.com/en/contact
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MJ - Manager",
    "version": "1.2.2",
    "description": "Extension to help you manage your Midjourney Images\/Prompts Library locally for quicker\/better management & search",
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/www.midjourney.com\/"
    ]
}