Before you push this live, note that the Getting Started tutorial still
includes instructions for creating a toolstrip:
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/getstarted.html

On Tue, Oct 27, 2009 at 2:08 PM, Aaron Boodman <a...@chromium.org> wrote:

> It has actually already been updated, it will be pushed live in the
> next dev channel release. See the new homepage, here:
>
>
> http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/index.html
>
> - a
>
> On Mon, Oct 26, 2009 at 4:37 PM, Gabe <gabefran...@gmail.com> wrote:
> >
> > 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