MJ Toolkit

Unlock the full potential of your generation with MJ Toolkit - the ultimate browser extension designed for Midjourney users

MJ Toolkit là gì?

MJ Toolkit là một tiện ích mở rộng Chrome được phát triển bởi Cat Factory, và tính năng chính của nó là "Unlock the full potential of your generation with MJ Toolkit - the ultimate browser extension designed for Midjourney users".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MJ Toolkit

Tải xuống các tệp mở rộng MJ Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        *NEW* Added support for version 5
- Support for multiple model versions
- Use custom presets to jumpstart your prompts
- History lets you review your past prompts and results they produced

------------------------------------------------------

Introducing MJ Toolkit - the ultimate browser extension designed exclusively for Midjourney users. Say goodbye to the frustrating glitches and clunky interface of Discord with this powerful tool that solves all your problems.

With MJ Toolkit, you can bid farewell to the tedious task of copying and pasting complex prompts just to make minor tweaks. No more typing "/imagine" repeatedly only to realize that you've missed a parameter at the end. Simply press Ctrl+Enter to type your prompt, and then confirm with Enter. The extension even brings you back to where you were in the text box, allowing you to experiment with different versions of your prompt without losing your focus.

But that's not all. MJ Toolkit also supports multi-prompts with negative weights, making it easier than ever to eliminate unwanted elements from your generations. And with the ability to quickly download a full image of your generation and any of the 4 quadrants, you can save time and avoid the hassle of manually cutting the image.

Plus, we're constantly working on adding even more functionality to MJ Toolkit. Stay tuned for updates, as we have some exciting new features in the pipeline that will take your generation to the next level. With MJ Toolkit, you can look forward to an ever-expanding set of tools designed to simplify your workflow and make your Discord experience smoother and more enjoyable than ever before.

Upgrade your Discord experience with MJ Toolkit today and start enjoying seamless and stress-free generation like never before.

------------------------------------------------------
By using the MJ Toolkit browser extension, you agree to MJ Toolkit’s terms and conditions. (https://www.mjtoolkit.net/terms)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MJ Toolkit MJ Toolkit
ID njflaomcklnnmfagdcpbahplcligkmfp
URL Chính Thức https://chromewebstore.google.com/detail/mj-toolkit/njflaomcklnnmfagdcpbahplcligkmfp
Mô tả Unlock the full potential of your generation with MJ Toolkit - the ultimate browser extension designed for Midjourney users
Kích Thước Tệp 1.26 MB
Số Lần Cài Đặt 1,018
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-03-23
Ngày Phát Hành 2023-02-21
Đánh Giá 4.08/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Cat Factory
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.4.0",
    "author": "Wojciech Kasperczyk",
    "name": "MJ Toolkit",
    "description": "Unlock the full potential of your generation with MJ Toolkit - the ultimate browser extension designed for Midjourney users",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "getImage.01c3fd9f.js"
            ],
            "all_frames": false,
            "css": [
                "getImage.ee52a1f0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "mjStudioToggleButton.514d4043.js"
            ],
            "css": [
                "getImage.ee52a1f0.css"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "studioPanel.b5eb74e3.js"
            ],
            "css": [
                "getImage.ee52a1f0.css"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/discord.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "getImage.5a6894dc.css"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "getImage.5a6894dc.css"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "resources": [
                "getImage.5a6894dc.css",
                "studioPanel.e081fb7f.png"
            ]
        }
    ]
}