Inspect and view changes in 批量图片尺寸更改 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "批量图片尺寸更改",
"version": "1.0",
"version_name": "1.0 (2024.12.2)",
"description": "该插件能够批量处理长方形图片,在不改变原图尺寸的基础上,自动添加白色背景并输出为正方形图片。非常适用于淘宝、微店等电商平台的商品主图要求。由 Eric Wang (ewanghai@gmail.com) 开发于 2024.12.1,最后更新于 2024.12.2",
"author": "Eric Wang",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png"
}
}
}