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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Right-click on any image within a webpage and effortlessly batch cut MidJourney's grid image (like a 4-by-4) into single images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Split midjourney Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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": [] } |