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文件
下载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. 扩展基本信息
| 名称 | |
| 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'"
}
} | |