Simple image resizer
Resize an image to different sizes consecutively.
什么是Simple image resizer?
Simple image resizer是由Y2NR开发的Chrome扩展程序,该扩展的主要功能是“Resize an image to different sizes consecutively.”。
扩展截图
下载Simple image resizer扩展crx文件
下载Simple image resizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Resize an image file to multiple resolutions with one click.
-Usage
Select of drop a file into the window.
Input longer side sizes.
Click Create New Images.
Jpeg/png files are supported. 扩展基本信息
| 名称 | |
| ID | hmpnebihandoebkjgnmheinclppofppa |
| 官方URL | https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa |
| 简介 | Resize an image to different sizes consecutively. |
| 文件大小 | 14.76 KB |
| 安装次数 | 179 |
| 当前版本 | 0.5.0 |
| 更新时间 | 2020-09-08 |
| 上架时间 | 2020-09-08 |
| 开发者 | Y2NR |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/Y2NR1 |
| 支持的语言 | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_ext_name__",
"version": "0.5.0",
"manifest_version": 2,
"description": "__MSG_ext_desc__",
"default_locale": "en",
"permissions": [
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/Simple Image Resizer icon_16.png",
"48": "images\/Simple Image Resizer icon_48.png",
"128": "images\/Simple Image Resizer icon_128.png"
},
"browser_action": {
"default_icon": "images\/Simple Image Resizer icon_32.png",
"default_title": "Simple Image Resizer ",
"default_popup": "popup.html"
}
} | |