Upload an image to generate icon files for your Chrome extension
A web application that allows you to upload an image and generate a zip archive containing the required icon sizes for Chrome extensions (16x16, 32x32, 34x34, 48x48, and 128x128 pixels).
index.html
in your web browserThe application generates a zip file containing the following files:
logo-16.png
(16x16 pixels)logo-32.png
(32x32 pixels)logo-34.png
(34x34 pixels)logo-48.png
(48x48 pixels)logo-128.png
(128x128 pixels)These files follow the standard naming convention and sizes required for Chrome extension icons.