https://github.com/blackglory/favicon-detector
🌳 A simple way to detect website icons.
https://github.com/blackglory/favicon-detector
chrome-extension edge-extension firefox-addon manifest-v3 typescript
Last synced: about 1 month ago
JSON representation
🌳 A simple way to detect website icons.
- Host: GitHub
- URL: https://github.com/blackglory/favicon-detector
- Owner: BlackGlory
- License: mit
- Created: 2017-04-15T00:03:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T14:47:20.000Z (over 1 year ago)
- Last Synced: 2025-01-01T17:18:10.978Z (9 months ago)
- Topics: chrome-extension, edge-extension, firefox-addon, manifest-v3, typescript
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/jlfeffjhgmgblofcgpbgpkkhfniipejm
- Size: 934 KB
- Stars: 61
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Favicon Detector
![favicon-detector-logo]A simple way to detect website icons based on [parse-favicon] library.
[favicon-detector-logo]: src/assets/images/icon-128.png
[parse-favicon]: https://github.com/BlackGlory/parse-favicon## Supported browsers and platforms
- [x] [Chrome]
- [x] [Edge]
- [x] [Firefox] (old version [#11])[Chrome]: https://chrome.google.com/webstore/detail/jlfeffjhgmgblofcgpbgpkkhfniipejm
[Firefox]: https://addons.mozilla.org/firefox/addon/favicon-detector/
[Edge]: https://microsoftedge.microsoft.com/addons/detail/favicon-detector/kmlcolmkcjbpagopgiojkflkejfnnjbm
[#11]: https://github.com/BlackGlory/favicon-detector/issues/11## Build
```sh
yarn install
yarn build
```