Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.25 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.25 KB

Save as MultiType

Description

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.

Features

  • Save images in JPG or PNG
  • One-click saving process
  • Customizable save options
  • Lightweight and easy to use

Installation

  1. Clone this repository or download the ZIP file.
  2. Open Chrome and navigate to chrome://extensions/
  3. Enable "Developer mode" in the top right corner.
  4. Click "Load unpacked" and select the directory containing the extension files.

Usage

  1. Right-click on an image you want to save.
  2. Select "Save image as..." from the context menu.
  3. Choose your desired format(s) from the popup.
  4. Click "Save" to download the image in the selected format(s).

Development

To set up the development environment:

  1. Ensure you have Bun installed.
  2. Run bun install to install dependencies.
  3. Make your changes in the JavaScript files directly.
  4. Run bun run build:css to compile the Tailwind CSS file.

Scripts

  • bun run build:css: Compiles the Tailwind CSS file
  • bun run watch:css: Watches for changes in your CSS and recompiles Tailwind

Contributing

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