A Browser extension that lets you zoom, pan, and download svgs and images from any website in full resolution.
- Supports 10k+ website to view svgs and full resolution images
- Zoom images and svgs
- Pan images and svgs
- Add controls to manage on hover delay, etc
- Batch download all images
- Rotate image
- Chrome
- Edge
- Should support all Chromium based browsers (Not tested)
- Firefox (Has bug where file does not download with it's extension)
To add website support, create an object like this
{
url: RegExp
regex: boolean
pattern: RegExp // Optional if "regex" is false
replace: string // Optional if "regex" is false
getImage: (arg: string) => string // Optional if "regex" is true
}
and add it to array siteMetadata
in src\utils\siteMetadata.ts
file
Download extension directly from: Chrome Web Store Edge Add-ons Firefox Add-ons OR From latest release
Feel free to send PRs against the issues!