0

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?

Jayapal Chandran
  • 10,600
  • 14
  • 66
  • 91

1 Answers1

1

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

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

serg
  • 109,619
  • 77
  • 317
  • 330