Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 959
user485021 Avatar asked Nov 15 '22 04:11

user485021


1 Answers

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

like image 186
abraham Avatar answered Jan 11 '23 05:01

abraham