Can the documentation (link below) please be updated? This must be
very confusing for anyone (like myself) using it to write their first
Chrome Extension.

http://code.google.com/chrome/extensions/toolstrip.html

Gabe

On Oct 15, 4:52 pm, Jeremy Selier <jerem.sel...@gmail.com> wrote:
> Oh I wasn't aware of that. But is the reverse possible, I mean, can
> the popup talk to the background page?
> Maybe something like chrome.extension.getPopup().printUnreadEmails();
>
> On Oct 15, 10:49 pm, Aaron Boodman <a...@chromium.org> wrote:
>
>
>
> > The popups can talk to the background page using APIs like
> > chrome.extension.getBackgroundPage(). Is that what you mean?
>
> > - a
>
> > On Thu, Oct 15, 2009 at 1:45 PM, Jeremy Selier <jerem.sel...@gmail.com> 
> > wrote:
>
> > > I'va tested it and I find it pretty cool!
>
> > > Question:
> > > Is it planned to have interaction between background page and popup?
> > > I see an interesting use case for the GMail notifier, for example, the
> > > popup could display the title of unread emails.
>
> > > Anyway, this is going to be cool!
>
> > > --
> > > Jeremy
>
> > > On 15 oct, 20:48, Aaron Boodman <a...@chromium.org> wrote:
> > >> On Thu, Oct 15, 2009 at 11:45 AM, Dan <d...@dancryer.com> wrote:
> > >> > Am I able to make the extension forward compatible, by adding the new
> > >> > properties to the manifest.json as well?
>
> > >> Yes, the manifest parser tolerates extra properties. If you want to test 
> > >> it,
> > >> you can download a trunk Chromium:
>
> > >>http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/(justpickthe
> > >> one with the biggest number)
>
> > >> The programmatic API is also slightly different, but you can just use 
> > >> object
> > >> detection to try both of them.
>
> > >> - a

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensions@googlegroups.com
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to