Chrome Extension Icon Generator

This is a simple tool to generate icons for Chrome extensions. It takes any image above 128x128px and generates all the sizes needed for Chrome extensions.

Upload file

Click or drag and drop your file here

Instructions

Installation

It will create a 16px, 19px, 32px, 38px, 48px and a 128px icon from the image you upload.

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

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

About Chrome Extension Icon Generator

With our user-friendly interface, converting an icon for Chrome extension and Chrome web store is painless. Simply upload an icon and our generator will seamlessly convert it into the perfect set of icons for your Chrome extension.

Improve visibility of your extension on Chrome Web store by providing all needed sizes of icons. This is a simple growth hack for increasing visibility of your Chrome extension.

FAQs

PNG is recommended as it supports transparency and it's a lossless format.

For best practices refer to Chrome extension iconguide