notifications - what is the equivalent option for displaying a notificationbox in chrome extension like in firefox addon -


i developing extensions site major 3 browsers (ff,chrome,ie). started firefox , working chrome. want know how implement option firefox xul notificationbox https://developer.mozilla.org/en/xul:notificationbox in chrome?

how display want save password panel in chrome in firefox notificationbox?

i inspected lastpass , found injecting div inside body tag first child of body tag. way has ? or other option?

there experimental api this: chrome.experimental.infobars.

until gets stable creating own div option.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -