All Projects → owen0o0 → Getfavicon

owen0o0 / Getfavicon

Licence: gpl-3.0
获取网站的Favicon图标并显示在你的网页上.

Projects that are alternatives of or similar to Getfavicon

icoextract
Extract icons from Windows PE files (.exe/.dll)
Stars: ✭ 56 (+24.44%)
Mutual labels:  icon, ico
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (+182.22%)
Mutual labels:  icon, favicon
Pwa Asset Generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
Stars: ✭ 1,787 (+3871.11%)
Mutual labels:  icon, favicon
Linearicons
Linearicons is the highest quality set of line icons, matching with minimalist UI designs in iOS.
Stars: ✭ 64 (+42.22%)
Mutual labels:  ico, icon
ICNS2ICO
ICNS2ICO lets you easily convert icons from the Apple's ICNS format to the Windows ICO format.
Stars: ✭ 17 (-62.22%)
Mutual labels:  icon, ico
vue-icon-font
IconFont plugin for Vuejs
Stars: ✭ 25 (-44.44%)
Mutual labels:  icon, ico
Favicongrabber.com
Grabbing favicons from any domain
Stars: ✭ 152 (+237.78%)
Mutual labels:  icon, favicon
elephicon
A GUI wrapper for png2icons.
Stars: ✭ 90 (+100%)
Mutual labels:  icon, ico
Rsrc
Tool for embedding .ico & manifest resources in Go programs for Windows.
Stars: ✭ 767 (+1604.44%)
Mutual labels:  ico, icon
Leanify
lightweight lossless file minifier/optimizer
Stars: ✭ 694 (+1442.22%)
Mutual labels:  ico
Smartift Contract
The solidity code for the SIFT smart contract.
Stars: ✭ 11 (-75.56%)
Mutual labels:  ico
React Fontawesome
A React Font Awesome component.
Stars: ✭ 662 (+1371.11%)
Mutual labels:  icon
Iconizer
Create Xcode asset catalogs swift and painless. Generate images for macOS and iOS app icons, launch images and image sets.
Stars: ✭ 751 (+1568.89%)
Mutual labels:  icon
Favicons
Favicons generator for Node.js
Stars: ✭ 872 (+1837.78%)
Mutual labels:  favicon
Sakurakit
🤡SakuraKit, a lightweight and powerful library for application to switching themes or skins.
Stars: ✭ 682 (+1415.56%)
Mutual labels:  icon
Coinwatch
Track your cryptocurrencies from your Osx menubar
Stars: ✭ 34 (-24.44%)
Mutual labels:  ico
React Native Make
A collection of everyday React Native CLI tools
Stars: ✭ 606 (+1246.67%)
Mutual labels:  icon
Tools
Tools Online
Stars: ✭ 601 (+1235.56%)
Mutual labels:  favicon
Alfred Mdi
Alfred 3 workflow to find Material Design Icons
Stars: ✭ 38 (-15.56%)
Mutual labels:  icon
Ruby Gem Downloads Badge
Clean and simple gem downloads count badge, courtesy of http://shields.io/. You can checkout the application directly at the following URL:
Stars: ✭ 29 (-35.56%)
Mutual labels:  icon

getFavicon

获取网站的Favicon图标并显示在你的网页上.

演示

演示地址

安装使用


  • 如果出现获取不了的情况建议删除缓存再试一次
  • 注:文中 faviconw 为 api 文件夹,酌情设置

伪静态

方便cdn缓存

# Nginx规则
rewrite ^/favicon/(.*)\.png$ /favicon/get.php?url=$1;

# Apache 规则
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^favicon/(.*)\.png$ favicon/get.php?url=$1 [L]
</IfModule>

调用方法 http://you.url/favicon/www.iowen.cn.png

  • 注:目标网址不能有 http(s)://

感谢

感谢 jerrybendy ,此版本只是修复一些 bug 和编写了获取方法。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].