save-image-as

Save Image As - Chrome Extension

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

License: MIT Version

🎯 Features

📦 Installation

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:

  1. Open Chrome and go to chrome://extensions/
  2. Enable “Developer mode” (toggle in top-right)
  3. Click “Load unpacked”
  4. Select this folder
  5. Done!

🚀 Usage

  1. Right-click on any image on a webpage
  2. Hover over “Save image as…“ in the context menu
  3. 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
  4. Choose where to save the file
  5. Done!

🌍 Supported Languages

🛠️ Technical Details

Permissions Explained

All processing happens locally. No data is sent to any server.

🔒 Privacy & Security

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

🙏 Acknowledgments

📞 Support

Need help? Have questions?

🤝 Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Made with ❤️ for the open-source community