That error is displayed when the extension doesn't have a name, not when the
browser_action is missing a name. There are actually no required values for
browser actions (although you must supply an empty browser action section if
you want a browser action, but that's another story).

So, this key at the top of your manifest (inside the curly bracket)...

  "name": "My extension name",

... should take care of the error.

As for the second error, it would really help if you list the exact error
instead of paraphrasing it. The only error I find about invalid type is in
the error strings for page actions, not browser actions.


On Fri, Oct 30, 2009 at 08:14, jfc <[email protected]> wrote:

>
> Nothing really that clear.  I get the following:
>
> Unable to load extension from BLAH.  Required value 'name' is missing
> or invalid.
> Which I think is it was looking for a name in the "browser_action"
> section. I added that and then I get
>  does not like the popup object, complaining about invalid type.
>
> This is all on the Windows version 4.0.221.6
>
>
>
> On Oct 30, 10:55 am, Finnur Thorarinsson <[email protected]> wrote:
> > What value is it complaining about?
> >
> >
> >
> > On Fri, Oct 30, 2009 at 04:33, jfc <[email protected]> wrote:
> >
> > > The browser actions sound great.
> >
> > > What is the minimum version on Windows?  I have 4.0.221.6 and it
> > > complains
> > > about a missing value when I try the browser action.
> >
> > > I have 4.0.227.0 on Linux and they do work there.
> >
> > > On Oct 29, 12:21 pm, Aaron Boodman <[email protected]> wrote:
> > > > On Thu, Oct 29, 2009 at 6:27 AM, jfc <[email protected]> wrote:
> >
> > > > > Can the chrome.windows.create API used in extensions be changed to
> > > > > allow the new window to be created without the toolstrip?
> >
> > > > > My extension contains a toolstrip on a main browser window which is
> > > > > fine, but all windows that I create using the chrome.windows.create
> > > > > call will also have a toolstrip.
> >
> > > > > Can the createData on the chrome.windows.create call be enchanced
> to
> > > > > include a flag to turn off the tool strip on the newly created
> window?
> >
> > > > In the next release of the dev channel, toolstrips will be deprecated
> > > > and replaced with browser actions
> > > > (
> > >
> http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensi...).
> > > > A month or so after that, we are going to remove them completely.
> >
> > > > Browser actions don't completely work on the current (windows) dev
> > > > channel release, but they work enough to start playing with them.
> >
> > > > - a- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to