Midjourney Grid Splitter - Image Splitter
Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images.
Midjourney Grid Splitter - Image Splitter란 무엇입니까?
Midjourney Grid Splitter - Image Splitter은(는) cocoa man에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images."입니다.
확장 프로그램 스크린샷
Midjourney Grid Splitter - Image Splitter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use the MJ Grid Splitter to split your Midjourney Grid into single images. one click to download and save them into your computer. # FEATURES ✓ Split Midjourney 4x4 grid image into single images. ✓ Split by upload image or paste a Midjourney image URL. # SUPPORT If you have any questions, please keep in touch via [email protected]. MJ Grid Splitter is not affiliated with Midjourney.
확장 프로그램 기본 정보
이름 | Midjourney Grid Splitter - Image Splitter |
ID | fkainebfeahgcncnglfdbnelnbjllieo |
공식 URL | https://chromewebstore.google.com/detail/midjourney-grid-splitter/fkainebfeahgcncnglfdbnelnbjllieo |
설명 | Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images. |
파일 크기 | 516 KB |
설치 횟수 | 174 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-03-28 |
출시 날짜 | 2023-03-28 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | cocoa man |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mjsplitter.extensionsfox.com/ |
개인정보 보호 정책 페이지 URL | https://mjsplitter.extensionsfox.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.0.0", "homepage_url": "https:\/\/mjsplitter.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.discord.com\/*", "*:\/\/*.discordapp.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |