SVG Fetcher

Fetch all the SVG from the web

What is SVG Fetcher?

SVG Fetcher is a Chrome extension developed by https://giroux-kevin.fr, and its main feature is "Fetch all the SVG from the web".

Extension Screenshots

screenshot

Download SVG Fetcher Extension CRX File

Download SVG Fetcher 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

                        Just click on the add-on icon to get all the download links for the rendered page. Refresh the page when you're done.                    

Extension Basic Information

Name SVG Fetcher SVG Fetcher
ID kckjhgncjgdbiaadckjcnhbonfihmcic
Official URL https://chromewebstore.google.com/detail/svg-fetcher/kckjhgncjgdbiaadckjcnhbonfihmcic
Description Fetch all the SVG from the web
File Size 13.13 KB
Installation Count 569
Current Version 1.1
Last Updated 2018-06-11
Publish Date 2018-06-11
Rating 1.33/5 Total 3 Ratings
Developer https://giroux-kevin.fr
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG Fetcher",
    "description": "Fetch all the SVG from the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Show links"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*"
    ],
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    }
}