Save SVG

This extension saves SVG

What is Save SVG?

Save SVG is a Chrome extension developed by http://jentagawa.hatenablog.com, and its main feature is "This extension saves SVG".

Download Save SVG Extension CRX File

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

                        you can download SVG images used in the page.                    

Extension Basic Information

Name Save SVG Save SVG
ID mmomigcbjkbjgamfnajippcigmmhjbgj
Official URL https://chrome.google.com/webstore/detail/save-svg/mmomigcbjkbjgamfnajippcigmmhjbgj
Description This extension saves SVG
File Size 43.27 KB
Installation Count 340
Current Version 2.4.4
Last Updated 2018-01-10
Publish Date 2018-01-10
Developer http://jentagawa.hatenablog.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save SVG",
    "description": "This extension saves SVG",
    "version": "2.4.4",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_title": "Save SVG"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}