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