On Jul 20, 2:55 pm, Arne Roomann-Kurrik <
kur...@chromium.org> wrote:
> The API doesn't support this. In fact, Chrome will collapse multiple
> context menu entries into a submenu if your extension creates more than one
> context menu entry. Because of this, I'm not sure if it would be possible
> to implement specific ordering like this, but you could follow these
> instructions to request a feature:
http://code.google.com/chrome/extensions/faq.html#faq-fea-02
>
> Regards,
> ~Arne
>
>
>
>
>
>
>
> On Wed, Jul 20, 2011 at 9:47 AM, Lore <
loren...@gmail.com> wrote:
> > Hi guys,
>
> > Does anyone know how to reorder items that already exist in the
> > context-menu? I would like to inject two new options.
> > One for links and one for images. But i need them to appear right
> > after two that already come by default when i right click on them.
> > I already have the two options working I just need to re-arrange their
> > position!!
> > This is my Extension so far -->