Just a quick extension to allow users to save images as JPEG or PNG. This is a work in progress, let me know if you find any problems.
- Save images in JPG or PNG
- One-click saving process
- Customizable save options
- Lightweight and easy to use
- Clone this repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Right-click on an image you want to save.
- Select "Save image as..." from the context menu.
- Choose your desired format(s) from the popup.
- Click "Save" to download the image in the selected format(s).
To set up the development environment:
- Ensure you have Bun installed.
- Run
bun install
to install dependencies. - Make your changes in the JavaScript files directly.
- Run
bun run build:css
to compile the Tailwind CSS file.
bun run build:css
: Compiles the Tailwind CSS filebun run watch:css
: Watches for changes in your CSS and recompiles Tailwind
Contributions are welcome! Please feel free to submit a Pull Request.