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
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"
}