MJ - Manager

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

Was ist MJ - Manager?

MJ - Manager ist eine Chrome-Erweiterung, die von https://www.g-prompter.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

MJ - Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie MJ - Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name MJ - Manager MJ - Manager
ID nnenhoeepnpecmgfkakifapcidnmbcog
Offizielle URL https://chromewebstore.google.com/detail/mj-manager/nnenhoeepnpecmgfkakifapcidnmbcog
Beschreibung Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search
Dateigröße 51.07 KB
Installationsanzahl 732
Aktuelle Version 1.2.2
Letztes Update 2023-11-16
Veröffentlichungsdatum 2023-05-31
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.g-prompter.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.g-prompter.com/en
Hilfeseite URL https://www.g-prompter.com/en/contact
Unterstützte Sprachen 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\/"
    ]
}