I am developing extensions for a site for major three browsers (FF,Chrome,IE). I started with firefox and now working with chrome. I want to know how to implement an option like the firefox xul notificationbox https://developer.mozilla.org/En/XUL:notificationbox in chrome?

How to display the do you want to save password panel in chrome like in firefox notificationbox?

I inspected LastPass and found that they are injecting a div inside the body tag as the first child of the body tag. is that the way it has to be ? or some other option?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

There is an experimental API for this: chrome.experimental.infobars.

Until it gets stable creating your own div is the only option.

link|improve this answer
yes. for now i had been creating div's. so we need to wait. hhmm.... – Jayapal Chandran Jul 5 '11 at 7:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.