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

下載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
官方網址 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\/"
    ]
}