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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cocoa man และคุณลักษณะหลักของมันคือ "Split a grid of images (like a 4-by-4) generated by diffusion models by Midjourney or Stable Diffusion into individual images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Midjourney Grid Splitter - Image Splitter
ดาวน์โหลดไฟล์ส่วนขยาย Midjourney Grid Splitter - Image Splitter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } } |