DarkLeafyGreen
DarkLeafyGreen

Reputation: 70416

Google Chrome extension image

I am developing an google chrome extension. I can set the icon for the toolbar using

"default_icon":   "icon.png".

But I can't find a method to set the extension image that appears in the extension market when you browse the extension.

Any ideas?

Upvotes: 1

Views: 514

Answers (2)

Christian
Christian

Reputation: 2200

You add those images when uploading your extension to the Chrome Webstore. Here are the steps to add an icon to an existing extension.

  1. Go to https://chrome.google.com/webstore/developer/dashboard
  2. Click edit enter image description here
  3. Click Upload new icon enter image description here

Upvotes: 2

Matt Sieker
Matt Sieker

Reputation: 9635

You set those images when you upload it to the extension directory.

Upvotes: 5

Related Questions