On Thu, Aug 6, 2009 at 7:35 PM, Abi<[email protected]> wrote: > > Hey everyone, > > I'm the author of the Yip extension for Firefox[1]. It's a simple > extension that adds support for the Fluid and Prism notification APIs > on Firefox. Many popular web apps like Meebo make use of these APIs. > There's also a similar extension for Safari created by a friend of > mine [2]. Both extensions are open source. What'd like to do is create > a similar extension for Chrome. Many Chrome users have asked for it > and I want to support as many browsers as possible. I have 2 > questions: > > 1. Is it possible to add a property (like > window.platform.showNotification) to every window object of every tab > before it is loaded? So, Greasemonkey wouldn't work because GM scripts > inserted *after* the page has finished loading.
There's some pending work to add desktop notification support directly to webkit. Search chromium-dev for "Desktop notifications", so maybe this will just get solved for you. ;-) Erik > 2. Do Safari/Webkit/SIMBL plugins work on Chrome? Or are there any > plans to make them work in the future? > > Thanks for your help! > > Cheers, > Abi > > [1] > http://abcdefu.wordpress.com/2009/06/09/introducing-yip-an-unified-notification-system-for-the-web/ > or http://www.yipyip.com > [2] http://journal.adityamukherjee.com/essay/growler-v2/ > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
