Midjourney Image Splitter

Easily download and split images into segments with a single click when using Midjourney in Discord

Was ist Midjourney Image Splitter?

Midjourney Image Splitter ist eine Chrome-Erweiterung, die von jesselau76 entwickelt wurde, und ihr Hauptmerkmal ist "Easily download and split images into segments with a single click when using Midjourney in Discord".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Midjourney Image Splitter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Midjourney Image Splitter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing Midjourney Image Splitter, a handy Chrome extension designed to enhance your experience when using Midjourney on Discord. With just a single click, you can download images and split them into segments, making it easier to manage and utilize visual content.

Features:
- **Download Images**: Easily download images directly from Discord.
- **Split Images**: Divide images into segments, such as left-right or top-bottom halves.
- **One-Click Operation**: Simplify your workflow with a user-friendly interface.


Whether you're a content creator, a designer, or just someone who loves to organize and manipulate images, Midjourney Image Splitter is the perfect tool for you. Install now and take your image handling to the next level!

Note: This extension is specifically designed to work with Discord and may not function on other websites.                    

Grundlegende Informationen zur Erweiterung

Name Midjourney Image Splitter Midjourney Image Splitter
ID hbdjidhbgkjmkhhndhcikboaionalpdb
Offizielle URL https://chromewebstore.google.com/detail/midjourney-image-splitter/hbdjidhbgkjmkhhndhcikboaionalpdb
Beschreibung Easily download and split images into segments with a single click when using Midjourney in Discord
Dateigröße 372 KB
Installationsanzahl 96
Aktuelle Version 1.1.0
Letztes Update 2023-12-18
Veröffentlichungsdatum 2023-08-16
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler jesselau76
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://jesselau.com/en/
Hilfeseite URL https://jesselau.com/en/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "assets\/icon.png",
            "19": "assets\/icon.png",
            "20": "assets\/icon.png",
            "32": "assets\/icon.png",
            "38": "assets\/icon.png",
            "40": "assets\/icon.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/discord.com\/*"
            ]
        }
    ],
    "description": "Easily download and split images into segments with a single click when using Midjourney in Discord",
    "icons": {
        "128": "assets\/icon.png",
        "16": "assets\/icon.png",
        "32": "assets\/icon.png",
        "48": "assets\/icon.png",
        "64": "assets\/icon.png"
    },
    "manifest_version": 3,
    "name": "Midjourney Image Splitter",
    "version": "1.1.0"
}