ngti / svg-grabber

Open source chrome extension to quickly preview, download or copy inline or embedded SVG images from a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svg-grabber

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.

alt text

Installation

The easiest way to install svg-grabber extension is through the Chrome Web Store:

Link to store

Permissions

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.

Developer mode

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.

alt text

Feel free to send a pull request if you've made an improvement.

Documentation

Goggle provides sufficient information an examples on how to write extensions, for more infromation visit https://developer.chrome.com/extensions/devguide.

Third party libraries

Svg-grabber uses the following libraries:

Contributing

Please read our code of conduct for contributors.

About

Open source chrome extension to quickly preview, download or copy inline or embedded SVG images from a website

License:MIT License


Languages

Language:JavaScript 46.1%Language:CSS 33.4%Language:HTML 20.5%