Image Splitter

Plugin Introduction Image Splitter is a Chrome plugin designed specifically for handling grid images (like 4x4) generated by…

Τι είναι το Image Splitter;

Το Image Splitter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Colo, και η κύρια λειτουργία του είναι "Plugin Introduction Image Splitter is a Chrome plugin designed specifically for handling grid images (like 4x4) generated by…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Image Splitter

Λήψη αρχείων επέκτασης Image Splitter σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Plugin Introduction
Image Splitter is a Chrome plugin designed specifically for handling grid images (like 4x4) generated by Midjourney and Stable Diffusion models. It helps you quickly split a grid image into individual images, with one click to download and save them onto your computer.

For the sake of your privacy, our plugin does not support reading Midjourney image URLs. All operations are completed on your own local machine, so you don't have to worry about your data being uploaded or shared. With the Image Divider plugin, you can easily split a 4x4 Midjourney grid image into individual images. The unique splitting algorithm ensures the quality of the split images, making your works more artistic.

Features
✓ Split a Midjourney 4x4 grid image into individual images.
✓ Supports image splitting by uploading.
✓ One-click to download and save the split images to your computer.
✓ Supports batch processing, no need to upload images one by one.
✓ Automatically generates a compressed package, convenient for you to download all split images at once.

Security and Privacy
We highly value user security and privacy. For your privacy, the plugin does not support reading Midjourney image URLs, and all operations are conducted locally on your own machine. Your data will only be processed on your own device, and will never be sent anywhere else. We respect and protect your privacy, so you can use our service with confidence.

The Image Splitter plugin makes image splitting simple and fast. Try it now, and start your creative journey!

Support
If you have any questions, please keep in touch via [email protected]                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Splitter Image Splitter
ID nlljmkamnaoafpjknechmjjfahhgjpca
Επίσημο URL https://chromewebstore.google.com/detail/image-splitter/nlljmkamnaoafpjknechmjjfahhgjpca
Περιγραφή Plugin Introduction Image Splitter is a Chrome plugin designed specifically for handling grid images (like 4x4) generated by…
Μέγεθος Αρχείου 82.23 KB
Αριθμός Εγκαταστάσεων 168
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2023-09-23
Ημερομηνία Δημοσίευσης 2023-06-08
Αξιολόγηση 4.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Colo
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Image Splitter",
    "version": "2.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "jszip.min.js",
                "FileSaver.min.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}