user485021
user485021

Reputation: 51

Chrome Desktop Notifications - larger size

Is there any way to change chrome desktop HTML Notification size? I am creating one chrome extension in which I need quite large HTML notification. Need Help. Thanks in advance.

Upvotes: 5

Views: 1762

Answers (1)

abraham
abraham

Reputation: 47893

The height will usually expand for an extra couple of lines of text but the width is not configurable.

You might want to look into the experimental infobar API: http://code.google.com/chrome/extensions/experimental.infobars.html

Upvotes: 1

Related Questions