Skip to content

pratikb64/image-companion

Repository files navigation

Image companion logo

See License Follow Pratik Badhe on Twitter

Image Companion

A Browser extension that lets you zoom, pan, and download svgs and images from any website in full resolution.

Highlighted Features

  • Supports 10k+ website to view svgs and full resolution images
  • Zoom images and svgs
  • Pan images and svgs

Planned Features

  • Add controls to manage on hover delay, etc
  • Batch download all images
  • Rotate image

Supported Browsers

  • Chrome
  • Edge
  • Should support all Chromium based browsers (Not tested)
  • Firefox (Has bug where file does not download with it's extension)

Add website support for full resolution

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.tsfile

Usage

Download extension directly from: Chrome Web Store Edge Add-ons Firefox Add-ons OR From latest release

Contributing

Feel free to send PRs against the issues!

License

MIT

About

A Browser extension to view and download images and svgs from any website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published