Chrome Extension Icon Generator
Chrome Extension Icon Generator

This extension takes any image and generates all the necessary sizes for Chrome extensions automatically

Upload file

click or drag and drop your file here

Preview

128×128
48×48
32×32
16×16

Installation

It will create 16px, 32px, 48px, and 128px icons from the image you upload.

It will then give you the code to add to your manifest.json file:

"icons": {
  "16": "icon16.png",
  "32": "icon32.png",
  "48": "icon48.png",
  "128": "icon128.png"
}