SVG 转 PNG 工具

请按照以下步骤操作:

  1. 在浏览器中打开 icon16.svg, icon48.svg, icon128.svg
  2. 右键点击 → 另存为
  3. 保存为 icon16.png, icon48.png, icon128.png

或者使用在线工具:

临时解决方案:

Chrome 扩展也可以直接使用 SVG 文件,修改 manifest.json:

"icons": {
  "16": "icons/icon16.svg",
  "48": "icons/icon48.svg",
  "128": "icons/icon128.svg"
}