> I suppose Chrome doesn't have any built-in way for an extension to > install a font, does it?
> -- > 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=en.
> > I suppose Chrome doesn't have any built-in way for an extension to
> > install a font, does it?
> > --
> > 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=en.
Unfortunately, my extension requires a font like Charis SIL exactly
because it has good support for rendering Unicode combining diacritics
(see this screenshot: https://plus.google.com/102291835965130378165/posts ), and calling Charis SIL via WebFont seems to have rendering
problems.
> > I suppose Chrome doesn't have any built-in way for an extension to
> > install a font, does it?
> > --
> > 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=en.
On Tue, Apr 24, 2012 at 2:13 AM, Ziyuan Yao <yaoziy...@gmail.com> wrote: > I can see this is the so-called WebFont usage.
> Unfortunately, my extension requires a font like Charis SIL exactly > because it has good support for rendering Unicode combining diacritics > (see this screenshot: https://plus.google.com/102291835965130378165/posts > ), and calling Charis SIL via WebFont seems to have rendering > problems.
>> > I suppose Chrome doesn't have any built-in way for an extension to >> > install a font, does it?
>> > -- >> > 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=en.
> -- > 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=en.
> > > I suppose Chrome doesn't have any built-in way for an extension to
> > > install a font, does it?
> > > --
> > > 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=en.
Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
font in small sizes. For example, e+ U+0303 (e with a combining tilde
above) can be shown as e with a macron above in certain small sizes.
Calling Charis SIL as a locally installed font doesn't have this
problem.
On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > > install a font, does it?
> > > > --
> > > > 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=en.
> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> above) can be shown as e with a macron above in certain small sizes.
> Calling Charis SIL as a locally installed font doesn't have this
> problem.
> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > Lukasz, Devin:
> > I want to tell you I have succeeded using your method. I will put your
> > names in my extension's Acknowledgments :-)
> > On Apr 24, 2:06 am, Devin <devinrho...@gmail.com> wrote:
> > > ...
> > > and you'll want to generate that code with some javascript like this,
> > > probably injected on document_start
> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > > > install a font, does it?
> > > > > --
> > > > > 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
> --
> 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=en.
---------- Forwarded message ----------
From: Ziyuan Yao <yaoziy...@gmail.com>
Date: Fri, Apr 27, 2012 at 12:31 AM
Subject: Re: [crx] Re: Shipping a font with an extension?
To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
>> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
>> font in small sizes. For example, e+ U+0303 (e with a combining tilde
>> above) can be shown as e with a macron above in certain small sizes.
>> Calling Charis SIL as a locally installed font doesn't have this
>> problem.
>> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
>> > Lukasz, Devin:
>> > I want to tell you I have succeeded using your method. I will put your
>> > names in my extension's Acknowledgments :-)
>> > On Apr 24, 2:06 am, Devin <devinrho...@gmail.com> wrote:
>> > > ...
>> > > and you'll want to generate that code with some javascript like this,
>> > > probably injected on document_start
>> > > > > I suppose Chrome doesn't have any built-in way for an extension to
>> > > > > install a font, does it?
>> > > > > --
>> > > > > 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
>> --
>> 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=en.
"Chrome PIE" automatically adds diacritics to English words on a Web
page to indicate their pronunciations (currently I use American
English pronunciation data from CMU Pronouncing Dictionary). This has
three uses:
1. For English-as-a-second-language (ESL) people to learn correct
English word pronunciations.
2. For native English-speaking children to learn how to read. (See "No
Child Left Behind Act".)
3. Recreational use. Show off a sentence in the PIE form to your
online friends or use it in your commercial campaigns.
> ---------- Forwarded message ----------
> From: Ziyuan Yao <yaoziy...@gmail.com>
> Date: Fri, Apr 27, 2012 at 12:31 AM
> Subject: Re: [crx] Re: Shipping a font with an extension?
> To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> >> above) can be shown as e with a macron above in certain small sizes.
> >> Calling Charis SIL as a locally installed font doesn't have this
> >> problem.
> >> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> >> > Lukasz, Devin:
> >> > I want to tell you I have succeeded using your method. I will put your
> >> > names in my extension's Acknowledgments :-)
> >> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> >> > > > > install a font, does it?
> >> > > > > --
> >> > > > > 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
> >> --
> >> 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=en.
> ---------- Forwarded message ----------
> From: Ziyuan Yao <yaoziy...@gmail.com>
> Date: Fri, Apr 27, 2012 at 12:31 AM
> Subject: Re: [crx] Re: Shipping a font with an extension?
> To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> >> above) can be shown as e with a macron above in certain small sizes.
> >> Calling Charis SIL as a locally installed font doesn't have this
> >> problem.
> >> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> >> > Lukasz, Devin:
> >> > I want to tell you I have succeeded using your method. I will put your
> >> > names in my extension's Acknowledgments :-)
> >> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> >> > > > > install a font, does it?
> >> > > > > --
> >> > > > > 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
> >> --
> >> 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=en.
> I finally realized that the rendering problems of AndikaW and
> CharisSILW are caused by Chrome for Linux. They don't occur in Chrome
> for Windows.
> On Apr 27, 12:32 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > ---------- Forwarded message ----------
> > From: Ziyuan Yao <yaoziy...@gmail.com>
> > Date: Fri, Apr 27, 2012 at 12:31 AM
> > Subject: Re: [crx] Re: Shipping a font with an extension?
> > To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> > >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> > >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> > >> above) can be shown as e with a macron above in certain small sizes.
> > >> Calling Charis SIL as a locally installed font doesn't have this
> > >> problem.
> > >> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > >> > Lukasz, Devin:
> > >> > I want to tell you I have succeeded using your method. I will put your
> > >> > names in my extension's Acknowledgments :-)
> > >> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> > >> > > > > install a font, does it?
> > >> > > > > --
> > >> > > > > 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
> > >> --
> > >> 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=en.
Well that's lame and stupid - there is no reason being local should
cause any change... maybe fiddle with some un-suspecting parts so
you're using the same format/file extension as your local font file.
Thanks for the acknowledgment!
On Apr 26, 10:15 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > I finally realized that the rendering problems of AndikaW and
> > CharisSILW are caused by Chrome for Linux. They don't occur in Chrome
> > for Windows.
> > On Apr 27, 12:32 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > ---------- Forwarded message ----------
> > > From: Ziyuan Yao <yaoziy...@gmail.com>
> > > Date: Fri, Apr 27, 2012 at 12:31 AM
> > > Subject: Re: [crx] Re: Shipping a font with an extension?
> > > To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> > > Font declaration is in fontscript.js, which is loaded at
> > > document_start as specified by manifest.json.
> > > Th AndikaW version works better, but still has minor rendering issues
> > > compared to locally installed font counterparts.
> > > On Thu, Apr 26, 2012 at 11:17 PM, Łukasz Łoboda
> > > <lukasz.w.lob...@gmail.com> wrote:
> > > > could you provide some code? (CSS)
> > > > 2012/4/26 Ziyuan Yao <yaoziy...@gmail.com>
> > > >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> > > >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> > > >> above) can be shown as e with a macron above in certain small sizes.
> > > >> Calling Charis SIL as a locally installed font doesn't have this
> > > >> problem.
> > > >> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > >> > Lukasz, Devin:
> > > >> > I want to tell you I have succeeded using your method. I will put your
> > > >> > names in my extension's Acknowledgments :-)
> > > >> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > >> > > > > install a font, does it?
> > > >> > > > > --
> > > >> > > > > 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
> > > >> --
> > > >> 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=en.
> Well that's lame and stupid - there is no reason being local should
> cause any change... maybe fiddle with some un-suspecting parts so
> you're using the same format/file extension as your local font file.
> Thanks for the acknowledgment!
> On Apr 26, 10:15 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > To see how Chrome for Linux renders Web fonts incorrectly, here is an
> > example:
> > > I finally realized that the rendering problems of AndikaW and
> > > CharisSILW are caused by Chrome for Linux. They don't occur in Chrome
> > > for Windows.
> > > On Apr 27, 12:32 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > > ---------- Forwarded message ----------
> > > > From: Ziyuan Yao <yaoziy...@gmail.com>
> > > > Date: Fri, Apr 27, 2012 at 12:31 AM
> > > > Subject: Re: [crx] Re: Shipping a font with an extension?
> > > > To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> > > > Font declaration is in fontscript.js, which is loaded at
> > > > document_start as specified by manifest.json.
> > > > Th AndikaW version works better, but still has minor rendering issues
> > > > compared to locally installed font counterparts.
> > > > On Thu, Apr 26, 2012 at 11:17 PM, Łukasz Łoboda
> > > > <lukasz.w.lob...@gmail.com> wrote:
> > > > > could you provide some code? (CSS)
> > > > > 2012/4/26 Ziyuan Yao <yaoziy...@gmail.com>
> > > > >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> > > > >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> > > > >> above) can be shown as e with a macron above in certain small sizes.
> > > > >> Calling Charis SIL as a locally installed font doesn't have this
> > > > >> problem.
> > > > >> --
> > > > >> 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=en.
I'm glad to tell you guys that although CharisSILW has such "bread"
problems, other Latin fonts from SIL such as Andika, Doulos and
Gentium Plus seem to work well as a Web font even in Chrome for Linux.
So I will ship one of these as a Web font within my extension so that
there will be at least one good font to use for all OSes.
And therefore you will be in the Acknowledgments list :-)
On Apr 27, 1:15 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > I finally realized that the rendering problems of AndikaW and
> > CharisSILW are caused by Chrome for Linux. They don't occur in Chrome
> > for Windows.
> > On Apr 27, 12:32 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > ---------- Forwarded message ----------
> > > From: Ziyuan Yao <yaoziy...@gmail.com>
> > > Date: Fri, Apr 27, 2012 at 12:31 AM
> > > Subject: Re: [crx] Re: Shipping a font with an extension?
> > > To: Łukasz Łoboda <lukasz.w.lob...@gmail.com>
> > > Font declaration is in fontscript.js, which is loaded at
> > > document_start as specified by manifest.json.
> > > Th AndikaW version works better, but still has minor rendering issues
> > > compared to locally installed font counterparts.
> > > On Thu, Apr 26, 2012 at 11:17 PM, Łukasz Łoboda
> > > <lukasz.w.lob...@gmail.com> wrote:
> > > > could you provide some code? (CSS)
> > > > 2012/4/26 Ziyuan Yao <yaoziy...@gmail.com>
> > > >> Sorry, Chrome seems to have a problem rendering Charis SIL as a Web
> > > >> font in small sizes. For example, e+ U+0303 (e with a combining tilde
> > > >> above) can be shown as e with a macron above in certain small sizes.
> > > >> Calling Charis SIL as a locally installed font doesn't have this
> > > >> problem.
> > > >> On Apr 26, 7:51 am, Ziyuan Yao <yaoziy...@gmail.com> wrote:
> > > >> > Lukasz, Devin:
> > > >> > I want to tell you I have succeeded using your method. I will put your
> > > >> > names in my extension's Acknowledgments :-)
> > > >> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > >> > > > > install a font, does it?
> > > >> > > > > --
> > > >> > > > > 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
> > > >> --
> > > >> 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=en.
> > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > > install a font, does it?
> > > > --
> > > > 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=en.
> > > > > I suppose Chrome doesn't have any built-in way for an extension to
> > > > > install a font, does it?
> > > > > --
> > > > > 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=en.
I keep getting errors like this in my console:
Failed to load resource chrome-extension://inhlkhnblpeoaglplgdlehbdlhlgngeh/StagWeb-Light.woff
<chrome-extension://inhlkhnblpeoaglplgdlehbdlhlgngeh/StagWeb-Light.woff>
<chrome-extension://inhlkhnblpeoaglplgdlehbdlhlgngeh/StagWeb-Light.woff>
I have this in my CSS.
@font-face {
font-family: 'StagWeb-Light';
src: url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.eot');
src: url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.eot?#iefix') format('embedded-opentype'),
url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.woff') format('woff'),
url('chrome-extension://__MSG_@@extension_id__/StagWeb-Light.ttf') format('truetype'),
> > > > > I suppose Chrome doesn't have any built-in way for an extension to > > > > > install a font, does it?
> > > > > -- > > > > > 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
>> > > > > I suppose Chrome doesn't have any built-in way for an extension
>> to
>> > > > > install a font, does it?
>> > > > > --
>> > > > > 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=en<http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en>
>> .