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
公式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
Eメール [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\/"
    ]
}