This is a Chrome extension to preview and download all the svg assets from a website.
The motivation to make this extension was to provide an easy way for designers to quickly get the svg assets from websites in projects we (NGTI) were working on.
The easiest way to install svg-grabber extension is through the Chrome Web Store:
The extension requires permission to read and modify all the data of the website that you want to extrach the svg files from. It is nessesary to parse and extract the svg assets on the site.
If you would like to modify this extension, you will need to install it manually. Clone, download or fork this repository. In Chrome Extnesions page chrome://extensions/
. Developer mode must be enabled, then click the button Load unpacked extension.
Feel free to send a pull request if you've made an improvement.
Goggle provides sufficient information an examples on how to write extensions, for more infromation visit https://developer.chrome.com/extensions/devguide.
Svg-grabber uses the following libraries:
- FileSaver.js
Copyright © 2016 Eli Grey
https://github.com/eligrey/FileSaver.js
MIT License - Data Driven Documents
Copyright © 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso
https://stuk.github.io/jszip
MIT License
Please read our code of conduct for contributors.