MJ - Manager
Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search
What is MJ - Manager?
MJ - Manager is a Chrome extension developed by https://www.g-prompter.com, and its main feature is "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search".
Extension Screenshots
Download MJ - Manager Extension CRX File
Download MJ - Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | MJ - Manager |
ID | nnenhoeepnpecmgfkakifapcidnmbcog |
Official URL | 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 |
File Size | 51.07 KB |
Installation Count | 732 |
Current Version | 1.2.2 |
Last Updated | 2023-11-16 |
Publish Date | 2023-05-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.g-prompter.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.g-prompter.com/en |
Help Page URL | https://www.g-prompter.com/en/contact |
Supported Languages | 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\/" ] } |