MJ - Manager

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

MJ - Manager란 무엇입니까?

MJ - Manager은(는) https://www.g-prompter.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

MJ - Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}