分类

Chrome网上应用商店截图调整

将图片调整为Chrome网上应用商店截图尺寸,同时保留完整内容和原始宽高比例

将图片调整为Chrome网上应用商店要求的截图尺寸,同时完整保留图片内容和原始宽高比。Chrome网上应用商店对扩展和应用有特定的截图尺寸要求,必须遵循才能成功提交。 支持的尺寸: • 1280x800:Chrome网上应用商店列表的标准截图尺寸 • 640x400:保持宽高比的较小替代尺寸 功能特点: • 保留完整图片内容而不裁剪 - 如需要会添加白色边框 • 保持原始宽高比,防止图像变形 • 支持多种图像格式(JPEG、PNG、WebP、AVIF) • 批量处理多张截图 • 高质量Lanczos重采样算法 • 创建带有重命名文件的有序ZIP下载 • 为适当的边框填充添加白色背景 非常适合希望保持完整截图内容的开发人员向Chrome网上应用商店提交扩展和应用。

Click to upload files or drag and drop files here

Maximum file size: 50MB Maximum files: 20
Supported formats: image/jpeg, image/jpg, image/png, image/webp, image/bmp, image/tiff, image/avif, image/heif

API 文档

请求端点

POST /zh/api/tools/chrome-web-store-screenshots-resized

请求参数

参数名 类型 必填 描述
imageFiles file (需要先上传) -
size select -
format select -
quality number -
preserveMetadata checkbox -

文件类型参数需要先通过 POST /upload/chrome-web-store-screenshots-resized 上传获取 filePath,然后将 filePath 传递给对应的文件字段。

响应格式

{
  "filePath": "/public/processing/randomid.ext",
  "fileName": "output.ext",
  "contentType": "application/octet-stream",
  "size": 1024,
  "metadata": {
    "key": "value"
  },
  "error": "Error message (optional)",
  "message": "Notification message (optional)"
}
文件: 文件

AI MCP 文档

将此工具添加到您的 MCP 服务器配置中:

{
  "mcpServers": {
    "elysiatools-chrome-web-store-screenshots-resized": {
      "name": "chrome-web-store-screenshots-resized",
      "description": "将图片调整为Chrome网上应用商店截图尺寸,同时保留完整内容和原始宽高比例",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=chrome-web-store-screenshots-resized",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

你可以串联多个工具,比如:`https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`,最多20个。

支持 URL 文件链接或 Base64 编码作为文件参数。

如果遇见问题,请联系我们:[email protected]