Creating a notification system using a firefox extension

Posted by user303052 on Stack Overflow See other posts from Stack Overflow or by user303052
Published on 2010-04-05T03:29:16Z Indexed on 2010/04/05 3:33 UTC
Read the original article Hit count: 395

I am creating a firefox extension that should give a notification when the user hits specific sites. I do not want the same kind of notification that firefox gives for pop-ups. I don't want the user to have to go through the hassle of clicking the X in order to close the notification. Instead, I would like it to look like what happens when a normal firefox download is completed - a notification comes up, and automatically goes after a few seconds. On a mac, it looks like a growl notification, and I love the way it looks. Is there an easy way to implement this feature?

Thanks

© Stack Overflow or respective owner

Related posts about firefox-extension

Related posts about JavaScript