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”。
扩展截图
下载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 |
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\/" ] } |