Bulk Image Resizer

Resize one image into many smaller different sizes.

Bulk Image Resizer क्या है?

Bulk Image Resizer KintariosDeveloper द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize one image into many smaller different sizes."।

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

screenshot

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

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

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

                        With just a few clicks, you can resize an image to any size you need. Simply select the image you want to resize, set the width and height in pixels, and download the resized files.

Key Features:
*Create and save size templates
*Private & Secure
*Can work offline
*Fast & Reliable
*Clear & Compact interface

Resize any image, into any smaller size, at any time and in any amount.

Privacy:
Built using pure JavaScript and HTML, the extension ensures that everything remains private and that no data is sent to a cloud or third party. This makes it a secure and reliable option for anyone who needs to resize images regularly.

Update Note v1.5:
*Templates for setting standard sizes have been added.
*The design of the extension has been improved
*Several bugs and code issues have been fixed                    

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

नाम Bulk Image Resizer Bulk Image Resizer
ID igpegkngdlkphacigkapjdlopmmnleop
आधिकारिक URL https://chromewebstore.google.com/detail/bulk-image-resizer/igpegkngdlkphacigkapjdlopmmnleop
विवरण Resize one image into many smaller different sizes.
फ़ाइल का आकार 63.27 KB
स्थापना संख्या 33
वर्तमान संस्करण 1.5
अंतिम अपडेट 2023-02-20
प्रकाशन तिथि 2020-11-23
डेवलपर KintariosDeveloper
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bulk Image Resizer",
    "version": "1.5",
    "description": "Resize one image into many smaller different sizes.",
    "action": {
        "default_icon": "p16x16.png",
        "default_popup": "Menu.html"
    },
    "icons": {
        "16": "p16x16.png",
        "19": "p19x19.png",
        "38": "p38x38.png",
        "48": "p48x48.png",
        "128": "p128x128.png"
    },
    "permissions": [
        "storage"
    ]
}