pic resizer browser extension

rightclick an resize any pic for free

pic resizer browser extension क्या है?

pic resizer browser extension Nitro Rain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "rightclick an resize any pic for free"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        right-click on the image and select the resize image option

When it comes to photo size, you often have to sacrifice quality. 

You don't have to make this sacrifice with this Simple Image Resizer! 

You can resize your images and photos without sacrificing quality. 

Simple Image Resizer works without the need to install any additional software on your computer.

NB: The extension is supported with contextual ads and donations. Please consider aiding further development and in keeping this extension ad light with kind DONATIONS                    

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

नाम pic resizer browser extension pic resizer browser extension
ID ejbopgfccmdnlalcgbhelnkennjgnief
आधिकारिक URL https://chromewebstore.google.com/detail/pic-resizer-browser-exten/ejbopgfccmdnlalcgbhelnkennjgnief
विवरण rightclick an resize any pic for free
फ़ाइल का आकार 775 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.6.5.0
अंतिम अपडेट 2022-07-08
प्रकाशन तिथि 2022-07-07
डेवलपर Nitro Rain
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.privacypolicygenerator.info/live.php?token=wVLCtmnjHMJ7kKxnuQ66fvgcVcikIuTv
समर्थित भाषाएँ en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pic resizer browser extension",
    "short_name": "pic resizer",
    "version": "1.6.5.0",
    "manifest_version": 3,
    "default_locale": "en",
    "options_page": ".\/options\/options.html",
    "action": {
        "default_icon": {
            "128": "icons\/128-on.png"
        },
        "default_popup": "menu.html",
        "default_title": "pic_resizer"
    },
    "description": "rightclick an resize any pic for free",
    "icons": {
        "128": "icons\/128x128.png",
        "16": "icons\/16x16.png",
        "19": "icons\/19x19.png",
        "24": "icons\/24x24.png",
        "32": "icons\/32x32.png",
        "64": "icons\/64x64.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/button-icon.png",
                "menu.html",
                "js\/menu.js",
                "css\/menu.css",
                "images\/logo-menu.png",
                "index.html",
                "js\/main.js",
                "css\/general.css",
                "images\/logo.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ]
}