Midjourney Image Splitter

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

Midjourney Image Splitter란 무엇입니까?

Midjourney Image Splitter은(는) jesselau76에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download and split images into segments with a single click when using Midjourney in Discord"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Midjourney Image Splitter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Midjourney Image Splitter Midjourney Image Splitter
ID hbdjidhbgkjmkhhndhcikboaionalpdb
공식 URL https://chromewebstore.google.com/detail/midjourney-image-splitter/hbdjidhbgkjmkhhndhcikboaionalpdb
설명 Easily download and split images into segments with a single click when using Midjourney in Discord
파일 크기 372 KB
설치 횟수 96
현재 버전 1.1.0
최근 업데이트 2023-12-18
출시 날짜 2023-08-16
평점 5.00/5 총 1 개의 평점
개발자 jesselau76
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jesselau.com/en/
도움말 페이지 URL https://jesselau.com/en/
지원되는 언어 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"
}