Drag and Drop Webp Converter

Drag and Drop Webp Converter

This is a Chrome extension that converts JPG and PNG image files to WebP format by simply dragging and dropping them.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Drag and Drop Webp Converter",
  "description": "This is a Chrome extension that converts JPG and PNG image files to WebP format by simply dragging and dropping them.",
  "version": "1.0.3",
  "icons": {
    "16": "compress.png",
    "48": "compress.png",
    "128": "compress.png"
  },
  "action": {
    "default_popup": "index.html"
  }
}