Image Resizing

Resize image in bulk. Rotate image. Export to app favicon, ...

Image Resizing क्या है?

Image Resizing rakuhin.asia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Resize image in bulk. Rotate image. Export to app favicon, ..."।

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

screenshot
screenshot
screenshot

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

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

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

                        Resize image in and output in bulk automatically.

■Input
Image resource: upload image

■Resize
Choose the Images' sizes to be downloaded (pixel x pixel):
+ custom (number) x custom (number)
+ 1024 x 1024
+ 512 x 512
+ 256 x 256
+ 128 x 128
+ 192 x 192
+ 64 x 64
+ 48 x 48
+ 32 x 32
+ 16 x 16

■Rotate
+ Gray
+ Rotate Left
+ Rotate Right
+ Flip Horizontally
+ Flip Vertically

■Export to app favicon
+ android-chrome-512x512.png
+ android-chrome-192x192.png
+ apple-touch-icon.png
+ favicon-32x32.png
+ favicon-16x16.png

■Download
Click on "Download" button to download

▼▼▼Please donate to my work▼▼▼
+ PayPal: https://www.paypal.me/rakujin
+ Ethereum: 0x0a0b017db9b5b306d219eb8e5f0f83d9235c9bc0                    

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

नाम Image Resizing Image Resizing
ID mabpkdnmcnncchnebpdojphjidabmnhk
आधिकारिक URL https://chromewebstore.google.com/detail/image-resizing/mabpkdnmcnncchnebpdojphjidabmnhk
विवरण Resize image in bulk. Rotate image. Export to app favicon, ...
फ़ाइल का आकार 385 KB
स्थापना संख्या 22
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2024-01-14
प्रकाशन तिथि 2022-09-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर rakuhin.asia
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mlightvn.github.io/#/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image Resizing",
    "description": "Resize image in bulk. Rotate image. Export to app favicon, ...",
    "version": "0.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/assets\/images\/logo\/logo_16.png",
        "48": ".\/assets\/images\/logo\/logo_48.png",
        "128": ".\/assets\/images\/logo\/logo_128.png",
        "192": ".\/assets\/images\/logo\/logo_192.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/assets\/images\/logo\/logo_16.png",
            "48": ".\/assets\/images\/logo\/logo_48.png",
            "128": ".\/assets\/images\/logo\/logo_128.png",
            "192": ".\/assets\/images\/logo\/logo_192.png"
        },
        "default_popup": ".\/popup\/main.html",
        "default_title": "Image Resizing v0.0.5"
    }
}