Save Image As - Chrome Extension
Convert and save web images in JPG, PNG, WEBP, or PDF format with a single right-click.

🎯 Features
- 4 Format Support: Convert images to JPG, PNG, WEBP, or PDF
- One-Click Conversion: Right-click on any image and choose your format
- High Quality: 92% quality setting for JPG/WEBP conversions
- Smart Transparency Handling: Automatically converts transparent backgrounds to white for JPG
- Privacy-Focused: No data collection, 100% local processing
- Works Everywhere: Compatible with all websites
- Lightweight: Less than 500KB total size
- Multilingual: Support for 6 languages
📦 Installation
From Chrome Web Store (Recommended)
Coming soon! Extension is currently under review.
From Source
git clone https://github.com/m0n0t0ny/save-image-as-extension.git
cd save-image-as-extension
Then:
- Open Chrome and go to
chrome://extensions/
- Enable “Developer mode” (toggle in top-right)
- Click “Load unpacked”
- Select this folder
- Done!
🚀 Usage
- Right-click on any image on a webpage
- Hover over “Save image as…“ in the context menu
- Select your desired format:
- JPG - Smaller files, best for photos (transparency becomes white)
- PNG - Supports transparency, ideal for logos and graphics
- WEBP - Modern format with excellent compression
- PDF - Save image as a PDF document
- Choose where to save the file
- Done!
🌍 Supported Languages
- English (en)
- Italiano (it)
- Español (es)
- Deutsch (de)
- Français (fr)
- Português Brasileiro (pt_BR)
🛠️ Technical Details
- Manifest V3: Latest Chrome Extension standard
- Canvas API: High-quality image conversion
- jsPDF: Professional PDF generation
- No external dependencies: All processing happens locally
Permissions Explained
contextMenus: Display the “Save image as…” menu
downloads: Save converted images
scripting: Process image conversion
<all_urls>: Work on any website
All processing happens locally. No data is sent to any server.
🔒 Privacy & Security
- ✅ No data collection
- ✅ No tracking or analytics
- ✅ No external connections
- ✅ All processing happens locally
- ✅ Open source code
Read our full Privacy Policy.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
MIT License
Copyright (c) 2026 Antonio Bertuccio
👤 Author
Antonio Bertuccio
- Email: anto.bertu@gmail.com
- GitHub: @m0n0t0ny
🙏 Acknowledgments
- jsPDF - PDF generation library
- Chrome Extension documentation and community
📞 Support
Need help? Have questions?
🤝 Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature)
- Commit your changes (
git commit -m 'Add amazing feature')
- Push to the branch (
git push origin feature/amazing-feature)
- Open a Pull Request
Made with ❤️ for the open-source community