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'" } } |