MJ - Manager
Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search
Cos'è MJ - Manager?
MJ - Manager è un'estensione di Chrome sviluppata da https://www.g-prompter.com, e la sua funzione principale è "Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MJ - Manager
Scarica i file di estensione MJ - Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MJ - Manager |
ID | nnenhoeepnpecmgfkakifapcidnmbcog |
URL Ufficiale | https://chromewebstore.google.com/detail/mj-manager/nnenhoeepnpecmgfkakifapcidnmbcog |
Descrizione | Extension to help you manage your Midjourney Images/Prompts Library locally for quicker/better management & search |
Dimensione del File | 51.07 KB |
Conteggio Installazioni | 732 |
Versione Corrente | 1.2.2 |
Ultimo Aggiornamento | 2023-11-16 |
Data di Pubblicazione | 2023-05-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.g-prompter.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.g-prompter.com/en |
URL della Pagina di Aiuto | https://www.g-prompter.com/en/contact |
Lingue Supportate | 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\/" ] } |