A browser extension to save images and media from any webpage with a single click or keyboard shortcut.
- Save images directly with Alt+S keyboard shortcut
- Right-click context menu for saving media
- Custom organization and management of saved media
- Works on all websites
- Simple and intuitive interface
- Firefox: Install from Firefox Add-ons or File (Releases)
- Chrome: Install from File (Releases)
- Hover over any image and press Alt+S to save it
- Right-click on images for additional save options
- Access saved media and settings through the extension popup
- Bun installed
# Clone the repository
git clone https://github.com/0PandaDEV/Imgs-Extension.git
cd Imgs-Extension
# Install dependencies
bun install
# Run in development mode
bun dev
# Build the extension
bun run build:all
- Go to
about:debugging#/runtime/this-firefox
- Click "Load Temporary Add-on"
- Select the
manifest.json
file from thedist
folder
- Go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the
dist
folder