Bulk Image Resizer
Resize one image into many smaller different sizes.
什么是Bulk Image Resizer?
Bulk Image Resizer是由KintariosDeveloper开发的Chrome扩展程序,该扩展的主要功能是“Resize one image into many smaller different sizes.”。
扩展截图
下载Bulk Image Resizer扩展crx文件
下载Bulk Image Resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |