Midjourney Image Splitter

Easily download and split images into segments with a single click when using Midjourney in Discord

Midjourney Image Splitter là gì?

Midjourney Image Splitter là một tiện ích mở rộng Chrome được phát triển bởi jesselau76, và tính năng chính của nó là "Easily download and split images into segments with a single click when using Midjourney in Discord".

Ả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 Midjourney Image Splitter

Tải xuống các tệp mở rộng Midjourney Image Splitter 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

                        Introducing Midjourney Image Splitter, a handy Chrome extension designed to enhance your experience when using Midjourney on Discord. With just a single click, you can download images and split them into segments, making it easier to manage and utilize visual content.

Features:
- **Download Images**: Easily download images directly from Discord.
- **Split Images**: Divide images into segments, such as left-right or top-bottom halves.
- **One-Click Operation**: Simplify your workflow with a user-friendly interface.


Whether you're a content creator, a designer, or just someone who loves to organize and manipulate images, Midjourney Image Splitter is the perfect tool for you. Install now and take your image handling to the next level!

Note: This extension is specifically designed to work with Discord and may not function on other websites.                    

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

Tên Midjourney Image Splitter Midjourney Image Splitter
ID hbdjidhbgkjmkhhndhcikboaionalpdb
URL Chính Thức https://chromewebstore.google.com/detail/midjourney-image-splitter/hbdjidhbgkjmkhhndhcikboaionalpdb
Mô tả Easily download and split images into segments with a single click when using Midjourney in Discord
Kích Thước Tệp 372 KB
Số Lần Cài Đặt 96
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-18
Ngày Phát Hành 2023-08-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jesselau76
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jesselau.com/en/
URL Trang Trợ Giúp https://jesselau.com/en/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "19": "assets\/icon.png",
            "20": "assets\/icon.png",
            "32": "assets\/icon.png",
            "38": "assets\/icon.png",
            "40": "assets\/icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ],
    "description": "Easily download and split images into segments with a single click when using Midjourney in Discord",
    "icons": {
        "128": "assets\/icon.png",
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "64": "assets\/icon.png"
    },
    "manifest_version": 3,
    "name": "Midjourney Image Splitter",
    "version": "1.1.0"
}