Bulk Resize Photos

Resize Images

What is Bulk Resize Photos?

Bulk Resize Photos is a Chrome extension developed by https://bulkresizephotos.com, and its main feature is "Resize Images".

Extension Screenshots

screenshot
screenshot

Download Bulk Resize Photos Extension CRX File

Download Bulk Resize Photos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Free, super-fast image resizing in your web browser. This extension adds a "Resize Image" option in the context menu that appears when you right-click on images in webpages.                    

Extension Basic Information

Name Bulk Resize Photos Bulk Resize Photos
ID lcjgalepfhimajgmallmlkekebpdlhgo
Official URL https://chromewebstore.google.com/detail/bulk-resize-photos/lcjgalepfhimajgmallmlkekebpdlhgo
Description Resize Images
File Size 86.71 KB
Installation Count 1,190
Current Version 1.0
Last Updated 2021-03-15
Publish Date 2021-03-15
Rating 5.00/5 Total 2 Ratings
Developer https://bulkresizephotos.com
Email [email protected]
Payment Type free
Extension Website https://bulkresizephotos.com/
Supported Languages id,de,en,fr,nl,vi,tr,es,it,hu,pl,ro,sv,cs,el,ru,iw,hi,bn,th,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "config.js",
            "autogenerated_for_ext\/Helpers.js",
            "autogenerated_for_ext\/MultiLang.js",
            "autogenerated_for_ext\/Random.js",
            "autogenerated_for_ext\/SiteData.js",
            "background.js"
        ],
        "persistent": false
    },
    "version": "1.0",
    "manifest_version": 2
}