A minimalistic Chrome extension for downloading website favicons with developer-friendly features.
- 🎨 Dark, minimalistic UI - GitHub-inspired design for developers
- 📦 Multiple format downloads - Choose from 16×16, 32×32, original, or SVG
- 📋 Copy favicon URL - Quick clipboard copy
- 🔍 Metadata display - View format, dimensions, and file size
- 🔗 Open in new tab - Direct favicon viewing
- 🔒 Privacy-friendly - Only accesses the current tab (no browsing history)
- 🚀 Auto-detection - Finds all favicon variants in page HTML
-
Clone this repository:
git clone https://github.com/yourusername/favicondownloader.git
-
Open Chrome and navigate to
chrome://extensions/ -
Enable Developer mode (toggle in top-right corner)
-
Click Load unpacked
-
Select the
favicondownloaderfolder -
The extension icon will appear in your toolbar!
- Navigate to any website
- Click the extension icon
- Select desired download formats (checkboxes)
- Click Download Selected to download
- Or use Copy URL / Open in New Tab buttons
This extension requires minimal permissions:
activeTab- Access favicon from current tab onlydownloads- Save favicons to your computerscripting- Detect favicons from page HTMLhost_permissions- Fetch favicon files
Note: This extension does NOT track your browsing history or access data from other tabs.
favicondownloader/
├── manifest.json # Extension configuration
├── popup.html # Extension popup UI
├── popup.js # Main logic
├── content.js # Favicon detection script
├── styles.css # Dark theme styling
└── README.md # This file
- Vanilla JavaScript (no frameworks)
- Chrome Extensions Manifest V3
- Custom CSS (GitHub-inspired dark theme)
Contributions are welcome! Feel free to:
- Report bugs
- Suggest new features
- Submit pull requests
- Actual image resizing with Canvas API
- Base64 data URL generation
- HTML snippet generator
- Detect all favicon variants (apple-touch-icon, etc.)
- Bulk download all favicons
- Favicon history tracker
- Format conversion (PNG → ICO, etc.)
MIT License - see LICENSE file for details
Created with ❤️ for developers who need quick favicon access
Note: This extension is not affiliated with or endorsed by Google Chrome.