Save Image as Type is a Firefox extension that adds a Save Image as PNG / JPG / WebP option to the right-click context menu of images. This allows users to quickly save images in their preferred format without needing additional conversion tools.
This is a Firefox-compatible port of Save-Image-as-Type with modifications for better compatibility and organization.
- Visit the Firefox Add-ons page.
- Click Add to Firefox.
- Follow the prompts to install the extension.
- Clone the repository:
git clone https://github.com/d7om/Save-Image-as-Type.git cd Save-Image-as-Type
- Load the extension in Firefox:
- Open
about:debugging
in Firefox. - Click This Firefox.
- Click Load Temporary Add-on.
- Select the
manifest.json
file inside the project folder.
- Open
- Install web-ext if you haven't:
npm install
- Run the extension in a temporary Firefox instance:
npm start
- Make changes and reload the extension as needed.
To package the extension for distribution:
npm run build
- Fork the repository.
- Create a new branch for your changes:
git checkout -b feature-name
- Make your changes and commit them:
git commit -m "Describe your changes"
- Push your changes:
git push origin feature-name
- Open a pull request.
- Copy the
_locales/en/messages.json
file. - Rename it to your language code (e.g.,
_locales/fr/messages.json
). - Translate the contents accordingly.
- Submit a pull request with the new locale.
- Original project: Save-Image-as-Type
- Maintained and ported to Firefox by @d7om
For any issues or feature requests, please open an issue on GitHub.