Thank you. :D
On 7月7日, 下午3時24分, Arne Roomann-Kurrik <
kur...@chromium.org> wrote:
> Instead of using a <link> element, you need to add a 16px icon in your
> extension's manifest, as described in the "icons" section of the manifest
> documentation:
http://code.google.com/chrome/extensions/manifest.html#icons
>
> "You can also specify a 16x16 icon to be used as the favicon for the
> extension's pages. The 16x16 icon is also displayed in the experimental
>
> ~Arne
>
>
>
> On Wed, Jul 7, 2010 at 12:58 PM, Derek 囧 <
derek1...@gmail.com> wrote:
> > Like this:
>
> > <head>
> > <link rel="icon" type="image/png" href="favicon.png">
> > </head>
>
> > On 7月7日, 下午2時51分, Derek 囧 <
derek1...@gmail.com> wrote:
> > > <head>
> > > <link rel="shortcut icon" href="favicon.ico" >
> > > </head>
>
> > > On 7月7日, 下午2時13分, L1ke20N1njas <
L1ke20N1n...@live.com> wrote:
>
> > > > How are you implementing it into your options.html?
>
> > > > On Jul 7, 2:02 pm, Derek 囧 <
derek1...@gmail.com> wrote:
>
> > > > > Why can't I use my own favicon in my extension's options page?
>
> > > > > I have tried *.ico , *.png , *.gif ,
> > > > > and all of them, don't work at all. :(
>
> > > > > Then how can I use my own favicon?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Chromium-extensions" group.