MJ - Manager

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

Qu'est-ce que MJ - Manager ?

MJ - Manager est une extension Chrome développée par https://www.g-prompter.com, et sa fonction principale est "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MJ - Manager

Téléchargez les fichiers d'extension MJ - Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MJ - Manager MJ - Manager
ID nnenhoeepnpecmgfkakifapcidnmbcog
URL Officiel https://chromewebstore.google.com/detail/mj-manager/nnenhoeepnpecmgfkakifapcidnmbcog
Description Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search
Taille du Fichier 51.07 KB
Nombre d'Installations 732
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-11-16
Date de Publication 2023-05-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.g-prompter.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.g-prompter.com/en
URL de la Page d'Aide https://www.g-prompter.com/en/contact
Langues Prises en Charge 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\/"
    ]
}