Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Message from discussion "Upload an extension or app (.zip file)" gives "Invalid package."

Received: by 10.52.75.42 with SMTP id z10mr25282000vdv.0.1343202920514;
        Wed, 25 Jul 2012 00:55:20 -0700 (PDT)
X-BeenThere: chromium-extensi...@chromium.org
Received: by 10.52.100.37 with SMTP id ev5ls117486vdb.8.gmail; Wed, 25 Jul
 2012 00:55:10 -0700 (PDT)
Received: by 10.220.16.8 with SMTP id m8mr17425117vca.10.1343202910379;
        Wed, 25 Jul 2012 00:55:10 -0700 (PDT)
Received: by 10.220.16.8 with SMTP id m8mr17425115vca.10.1343202910356;
        Wed, 25 Jul 2012 00:55:10 -0700 (PDT)
Return-Path: <phist...@gmail.com>
Received: from mail-vb0-f52.google.com (mail-vb0-f52.google.com [209.85.212.52])
        by mx.google.com with ESMTPS id ig7si5058965vcb.169.2012.07.25.00.55.10
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 25 Jul 2012 00:55:10 -0700 (PDT)
Received-SPF: pass (google.com: domain of phist...@gmail.com designates 209.85.212.52 as permitted sender) client-ip=209.85.212.52;
Authentication-Results: mx.google.com; spf=pass (google.com: domain of phist...@gmail.com designates 209.85.212.52 as permitted sender) smtp.mail=phist...@gmail.com; dkim=pass header...@gmail.com
Received: by vbzb23 with SMTP id b23so444663vbz.39
        for <chromium-extensi...@chromium.org>; Wed, 25 Jul 2012 00:55:10 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :cc:content-type;
        bh=dTwmKFA1C8YT2tezOl3cjiyDOACoNMcLGCZKlH7qvMw=;
        b=MNSvC3m1lu9K9nZmDjjtB4iidXagzAQBd0GnoYaMnS+fPn6sANDoK/H/dGAIcazJnA
         9hp2fqoxt0amXmO97+3iyVfjYdgGbRD0NdbVoc2b/qMi2cYj4rtoBCDrgmUJTKd7Mhsn
         HhDIkWvaFt3fGMtIejtHw/C6mxJz4Hxd5MT9uZHVtuj2W/9aBokfeTM5/oTiR1lMm59i
         mRA0oGlj2YMLnC80XfZ/PK8L/2jcavvZXMZXjAhwxEwo/6v3545EOF97TvPXPK/3l3sr
         sJw6+zfVyouZjQJkPfmxRMyD4AZXeZRpeSjj4zJ8xuSQEmGm+jT22nBGTRATHrz7O446
         9KpQ==
Received: by 10.220.154.79 with SMTP id n15mr17387935vcw.61.1343202909995;
 Wed, 25 Jul 2012 00:55:09 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.220.33.68 with HTTP; Wed, 25 Jul 2012 00:54:29 -0700 (PDT)
In-Reply-To: <CAFAtnWwiRq=nRz+dgT5KpEe1ggU-sR1Jt4dnVhHEStrUiov...@mail.gmail.com>
References: <CAFAtnWwzA-8P45nCv4g3v3yQjVDUMv7ERNWnEkrHj053X95...@mail.gmail.com>
 <CAFAtnWwiRq=nRz+dgT5KpEe1ggU-sR1Jt4dnVhHEStrUiov...@mail.gmail.com>
From: PhistucK <phist...@gmail.com>
Date: Wed, 25 Jul 2012 10:54:29 +0300
Message-ID: <CABc02_Jx5qwyixDkiV8ao5B_im6dsL4vhO4BGc_sZRAG2Ya...@mail.gmail.com>
Subject: Re: [crx] Re: "Upload an extension or app (.zip file)" gives "Invalid package."
To: John J Barton <johnjbar...@johnjbarton.com>
Cc: Chromium-extensions <chromium-extensi...@chromium.org>
Content-Type: multipart/alternative; boundary=f46d043891dd4fc25704c5a2cce5

--f46d043891dd4fc25704c5a2cce5
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

There is (or should have been) a "Learn more" link next to that message.

=E2=98=86*PhistucK*



On Tue, Jul 24, 2012 at 10:57 PM, John J Barton <johnjbar...@johnjbarton.co=
m
> wrote:

>
>
> On Tue, Jul 24, 2012 at 11:23 AM, John J Barton <
> johnjbar...@johnjbarton.com> wrote:
>
>> Evidently the instructions on assigning a chrome extension id are out of
>> date:
>>   http://code.google.com/chrome/extensions/manifest.html#key
>> It instructs you to go to this page:
>> http://code.google.com/chrome/extensions/packaging.html
>> but that page seems pretty pointless: after creating the .crx file using
>> the Pack Extension option, the resulting .crx cannot be loaded.
>> If you try you get this message:
>> "Extension error: Extensions, apps, and user scripts can only be added
>> from the Chrome Web Store."
>>
>
> I discovered that this message is also incorrect. Extensions can be loade=
d
> using drag and drop from your operating systems directory-viewing
> application:
>
> http://support.google.com/chrome_webstore/bin/answer.py?hl=3Den&answer=3D=
2664769&p=3Dcrx_warning
>
> jjb
>
>
>>
>> So I tried to use the Chrome Web Store to create a .crx just so I can
>> have an id. I used zip on linux and I checked that the .zip file has
>> manifest.json at the top level. But the upload fails with Invalid Packag=
e.
>>
>> Any hints?
>>
>> jjb
>>
>>
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Chromium-extensions" group.
> To post to this group, send email to chromium-extensi...@chromium.org.
> To unsubscribe from this group, send email to
> chromium-extensions+unsubscr...@chromium.org.
> For more options, visit this group at
> http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=3De=
n.
>

--f46d043891dd4fc25704c5a2cce5
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><font color=3D"#000000">There is (or should have been) a &=
quot;Learn more&quot; link next to that message.<br clear=3D"all"></font><d=
iv dir=3D"ltr"><div style=3D"text-align:left"><br></div><div style=3D"text-=
align:right">

=E2=98=86<b>PhistucK</b></div></div><br>
<br><br><div class=3D"gmail_quote">On Tue, Jul 24, 2012 at 10:57 PM, John J=
 Barton <span dir=3D"ltr">&lt;<a href=3D"mailto:johnjbar...@johnjbarton.com=
" target=3D"_blank">johnjbar...@johnjbarton.com</a>&gt;</span> wrote:<br><b=
lockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px =
#ccc solid;padding-left:1ex">

<br><br><div class=3D"gmail_quote"><div class=3D"im">On Tue, Jul 24, <a hre=
f=3D"tel:2012" value=3D"+9722012" target=3D"_blank">2012</a> at 11:23 AM, J=
ohn J Barton <span dir=3D"ltr">&lt;<a href=3D"mailto:johnjbarton@johnjbarto=
n.com" target=3D"_blank">johnjbar...@johnjbarton.com</a>&gt;</span> wrote:<=
br>

</div><div class=3D"im"><blockquote class=3D"gmail_quote" style=3D"margin:0=
 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Evidently the instructions on assigning a chrome extension id are out of da=
te:<div>=C2=A0=C2=A0<a href=3D"http://code.google.com/chrome/extensions/man=
ifest.html#key" target=3D"_blank">http://code.google.com/chrome/extensions/=
manifest.html#key</a></div>



<div>It instructs you to go to this page:</div><div><a href=3D"http://code.=
google.com/chrome/extensions/packaging.html" target=3D"_blank">http://code.=
google.com/chrome/extensions/packaging.html</a></div><div>but that page see=
ms pretty pointless: after creating the .crx file using the Pack Extension =
option, the resulting .crx cannot be loaded.</div>



<div>If you try you get this message:</div><div>&quot;Extension error: Exte=
nsions, apps, and user scripts can only be added from the Chrome Web Store.=
&quot;</div></blockquote><div><br></div></div><div>I discovered that this m=
essage is also incorrect. Extensions can be loaded using drag and drop from=
 your operating systems directory-viewing application:</div>


<div><a href=3D"http://support.google.com/chrome_webstore/bin/answer.py?hl=
=3Den&amp;answer=3D2664769&amp;p=3Dcrx_warning" target=3D"_blank">http://su=
pport.google.com/chrome_webstore/bin/answer.py?hl=3Den&amp;answer=3D2664769=
&amp;p=3Dcrx_warning</a></div>

<span class=3D"HOEnZb"><font color=3D"#888888">
<div><br></div><div>jjb</div></font></span><div class=3D"im"><div>=C2=A0</d=
iv><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left=
:1px #ccc solid;padding-left:1ex"><div><br></div><div>So I tried to use the=
 Chrome Web Store to create a .crx just so I can have an id. I used zip on =
linux and I checked that the .zip file has manifest.json at the top level. =
But the upload fails with Invalid Package.</div>



<div><br></div><div>Any hints?</div><span><font color=3D"#888888"><div><br>=
</div><div>jjb</div><div><br></div><div><br></div><div><br></div>
</font></span></blockquote></div></div><div class=3D"HOEnZb"><div class=3D"=
h5"><br>

<p></p>

-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;Chromium-extensions&quot; group.<br>
To post to this group, send email to <a href=3D"mailto:chromium-extensions@=
chromium.org" target=3D"_blank">chromium-extensi...@chromium.org</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:chromium-ex=
tensions%2Bunsubscr...@chromium.org" target=3D"_blank">chromium-extensions+=
unsubscr...@chromium.org</a>.<br>

For more options, visit this group at <a href=3D"http://groups.google.com/a=
/chromium.org/group/chromium-extensions/?hl=3Den" target=3D"_blank">http://=
groups.google.com/a/chromium.org/group/chromium-extensions/?hl=3Den</a>.<br=
>


</div></div></blockquote></div><br></div>

--f46d043891dd4fc25704c5a2cce5--