Midjourney Image Splitter

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

Midjourney Image Splitter क्या है?

Midjourney Image Splitter jesselau76 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download and split images into segments with a single click when using Midjourney in Discord"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Midjourney Image Splitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Midjourney Image Splitter Midjourney Image Splitter
ID hbdjidhbgkjmkhhndhcikboaionalpdb
आधिकारिक URL https://chromewebstore.google.com/detail/midjourney-image-splitter/hbdjidhbgkjmkhhndhcikboaionalpdb
विवरण Easily download and split images into segments with a single click when using Midjourney in Discord
फ़ाइल का आकार 372 KB
स्थापना संख्या 96
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2023-12-18
प्रकाशन तिथि 2023-08-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर jesselau76
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://jesselau.com/en/
सहायता पृष्ठ URL https://jesselau.com/en/
समर्थित भाषाएँ 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"
}