Skip to content

andrew-saeed/images-sniper-chrome-extension

Repository files navigation

Images Sniper Chrome Extension

This Chrome extension allows users to edit images on web pages directly within a side panel. Users can select any image on a webpage, crop it using an interactive canvas, and download individual edited images or all edited images as a zip file.

Screenshots

Features

  • Target and select images on any web page
  • Edit images in a side panel using an interactive canvas
  • Crop functionality powered by CropperJS
  • Download individual edited images
  • Download all edited images as a zip file

Technologies Used

  • Vite: Next Generation Frontend Tooling
  • Vue.js: The Progressive JavaScript Framework
  • CropperJS: JavaScript image cropper

Installation

  1. Clone this repository:

    git clone https://github.com/yourusername/images-sniper-chrome-extension.git
    
  2. Navigate to the project directory:

    cd images-sniper-chrome-extension
    
  3. Install dependencies:

    npm install
    
  4. Build the extension:

    npm run build
    
  5. Load the extension in Chrome:

    • Open Chrome and navigate to chrome://extensions
    • Enable "Developer mode" in the top right corner
    • Click "Load unpacked" and select the dist folder in your project directory

Usage

  1. Navigate to any webpage with images
  2. Click on the extension icon in your Chrome toolbar
  3. Select an image on the page to edit
  4. Use the cropping tools in the side panel to edit the image
  5. Download the edited image or continue editing other images
  6. When finished, you can download all edited images as a zip file

Contributing

I would like to hear your feedback at Chrome Web Store - Images Sniper.

License

This project is licensed under the MIT License.

About

Images-Sniper chrome extension to select images on a web page and crop them using an interactive canvas

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published