svg-grabber - get all the svg's from a site

A tool to quickly preview and get all the svg assets from a website.

What is svg-grabber - get all the svg's from a site?

svg-grabber - get all the svg's from a site is a Chrome extension developed by NGTI, and its main feature is "A tool to quickly preview and get all the svg assets from a website.".

Extension Screenshots

screenshot

Download svg-grabber - get all the svg's from a site Extension CRX File

Download svg-grabber - get all the svg's from a site extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly preview and copy or download all the SVG assets from a website. 

svg-grabber lets you preview, download and copy the code all SVG icons and illustrations in a website.  

svg-grabber is an open source tool created by Jaques Bouman and Juan Rios at NGTI in Rotterdam, The Netherlands. Available for download, forking on Github at https://github.com/ngti/svg-grabber

Check https://ngti.nl

You can follow Juan Rios here: https://twitter.com/juanrios_nl


Note
-----------------------------
Some of the logos design and the artwork you can download are the intellectual property of the copyright and/or trademark holder and are offered to you as a convenience for lawful use with proper permission from the copyright and/or trademark holder only.                    

Extension Basic Information

Name svg-grabber - get all the svg's from a site svg-grabber - get all the svg's from a site
ID ndakggdliegnegeclmfgodmgemdokdmg
Official URL https://chromewebstore.google.com/detail/svg-grabber-get-all-the-s/ndakggdliegnegeclmfgodmgemdokdmg
Description A tool to quickly preview and get all the svg assets from a website.
File Size 45.77 KB
Installation Count 132,636
Current Version 1.0.0
Last Updated 2018-02-05
Publish Date 2018-02-05
Rating 4.12/5 Total 91 Ratings
Developer NGTI
Payment Type free
Extension Website https://ngti.nl
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "svg-grabber - get all the svg's from a site",
    "short_name": "svg-grabber",
    "description": "A tool to quickly preview and get all the svg assets from a website.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "svggrabber48.png"
    },
    "icons": {
        "16": "svggrabber16.png",
        "48": "svggrabber48.png",
        "128": "svggrabber128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}