All Projects → antongunov → Favicongrabber.com

antongunov / Favicongrabber.com

Licence: mit
Grabbing favicons from any domain

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Favicongrabber.com

Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (-16.45%)
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 (+1075.66%)
Mutual labels:  icon, favicon
Getfavicon
获取网站的Favicon图标并显示在你的网页上.
Stars: ✭ 45 (-70.39%)
Mutual labels:  icon, favicon
Icotar
A free colorful icon avatar generator.
Stars: ✭ 94 (-38.16%)
Mutual labels:  icon
Icons
The premium icon font for @uiwjs Component Library. https://uiwjs.github.io/icons
Stars: ✭ 99 (-34.87%)
Mutual labels:  icon
Uibezierpath Symbol
[DEPRECATED] Symbol extension for UIBezierPath class (UIBezierPath category).
Stars: ✭ 115 (-24.34%)
Mutual labels:  icon
Iconshowcase
Full-of-features, easy-to-customize, free and open source, Material Design dashboard for icon packs.
Stars: ✭ 91 (-40.13%)
Mutual labels:  icon
Icon Workshop
图标工场 - 移动应用图标生成工具,一键生成所有尺寸的应用图标和启动图
Stars: ✭ 1,303 (+757.24%)
Mutual labels:  icon
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (-28.29%)
Mutual labels:  icon
Flat Remix
Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
Stars: ✭ 1,518 (+898.68%)
Mutual labels:  icon
Easylauncher Gradle Plugin
Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will
Stars: ✭ 123 (-19.08%)
Mutual labels:  icon
Redux Favicon
Redux middleware that displays colourful notification badges in the favicon area.
Stars: ✭ 103 (-32.24%)
Mutual labels:  favicon
Sb
SVG badges to display
Stars: ✭ 99 (-34.87%)
Mutual labels:  icon
Tabler Icons
A set of over 1400 free MIT-licensed high-quality SVG icons for you to use in your web projects.
Stars: ✭ 10,858 (+7043.42%)
Mutual labels:  icon
Vue Pwa Asset Generator
PWA asset generator perfect with VueJS framework (but useful for all PWA!)
Stars: ✭ 97 (-36.18%)
Mutual labels:  icon
Vue Octicon
Octicon component for Vue.js, using inline SVG.
Stars: ✭ 129 (-15.13%)
Mutual labels:  icon
Android List To Grid
Implementation of List to Grid: Icon Transition
Stars: ✭ 147 (-3.29%)
Mutual labels:  icon
Ts3admin.class
The ts3admin.class is a powerful api for communication with Teamspeak 3 Servers from your website! Your creativity knows no bounds!
Stars: ✭ 103 (-32.24%)
Mutual labels:  icon
Svgtofont
Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
Stars: ✭ 149 (-1.97%)
Mutual labels:  icon
Dynamic Toasts
Custom toasts with color and icon for Android.
Stars: ✭ 132 (-13.16%)
Mutual labels:  icon

Favicon Grabber license

Favicon Grabber is an online service to grab favicons from any domain.


Try Grabbing

API

Favicon Grabber API is simple and has the one endpoint. For instance, to grab favicons from digitalocean.com open https://favicongrabber.com/api/grab/digitalocean.com in your favorite browser.

Example Using

Grab icons with /apple/ mask in src property:

fetch('https://favicongrabber.com/api/grab/udemy.com')
  .then(response => response.json())
  .then(({ icons }) => icons.filter(({ src }) => /apple/.test(src)))
  .then(icons => icons.forEach(icon => console.log(icon)));

For the full description, please see Service API reference.

License

The code is available under the MIT License.

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].