Split midjourney Images

Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4) into single images

Split midjourney Images란 무엇입니까?

Split midjourney Images은(는) heack699에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4) into single images"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Split midjourney Images 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Split a grid of images, such as a 4-by-4 grid generated by diffusion models like Midjourney or Stable Diffusion, into individual images effortlessly. Use the "Split midjourney Images" tool to easily split your Midjourney Grid into separate images with just one click. Download and save them directly to your computer hassle-free.

Features:

Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image.

Allow users to select the images they want to keep, allow users to set the size of the cropped images, and the image quality.
 
Note: Split midjourney Imagesis not affiliated with Midjourney.

Why develop this plugin:

By default, Midjourney generates images in a 4-grid format. However, if users wish to have them split into 4 individual images, they would typically need to manually perform the task or generate each image separately, which can be time-consuming and inconvenient for those seeking a quick image generation solution. To address this, we have developed the Image Cutter plugin. With a simple right-click on the image, users can access the 'Midjourney Image Cutter' option from the menu. This powerful tool automatically splits the 4-grid image into 4 distinct and high-quality individual images, eliminating any blurriness or loss of detail. This streamlined process allows users to effortlessly download and view each image separately, saving valuable time and ensuring a seamless user experience.                    

확장 프로그램 기본 정보

이름 Split midjourney Images Split midjourney Images
ID omkdkhiolmoenpgjfemapeeiamfhnbkc
공식 URL https://chromewebstore.google.com/detail/split-midjourney-images/omkdkhiolmoenpgjfemapeeiamfhnbkc
설명 Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4) into single images
파일 크기 57.49 KB
설치 횟수 1,000
현재 버전 1.2
최근 업데이트 2024-02-07
출시 날짜 2023-06-24
평점 4.91/5 총 11 개의 평점
개발자 heack699
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.kandouyin.com/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Split midjourney Images",
    "version": "1.2",
    "description": "Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4)  into single images",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "action": []
}