Bulk Resize Photos

Resize Images

什么是Bulk Resize Photos?

Bulk Resize Photos是由https://bulkresizephotos.com开发的Chrome扩展程序,该扩展的主要功能是“Resize Images”。

扩展截图

screenshot
screenshot

下载Bulk Resize Photos扩展crx文件

下载Bulk Resize Photos扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Bulk Resize Photos Bulk Resize Photos
ID lcjgalepfhimajgmallmlkekebpdlhgo
官方URL https://chromewebstore.google.com/detail/bulk-resize-photos/lcjgalepfhimajgmallmlkekebpdlhgo
简介 Resize Images
文件大小 86.71 KB
安装次数 1,190
当前版本 1.0
更新时间 2021-03-15
上架时间 2021-03-15
评分 5.00/5 共2次评分
开发者 https://bulkresizephotos.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bulkresizephotos.com/
支持的语言 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
}