6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

ファビコンを取得する方法

Posted at

取得方法

以下のURLにファビコンを取得したいサイトのドメインまたはURLを末尾に追記するとファビコンが別のタブで表示されます。

http://www.google.com/s2/favicons?domain=ファビコンを取得したいサイトのURL

ファビコンのサイズは16x16ですが、表示されたタブのURL末尾のsize=の値を変更することで別のサイズを取得できます。

https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=ファビコンを取得したいサイトのURL&size=64

上記の場合には64x64が表示されます。

6
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?