svg-preview

A simple svg preview & editor

What is svg-preview?

svg-preview is a Chrome extension developed by mp-front-core, and its main feature is "A simple svg preview & editor".

Extension Screenshots

screenshot

Download svg-preview Extension CRX File

Download svg-preview 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

                        Tool simple para hacer preview de svg, hacer pequeñas ediciones con el editor de texto y optimizar con svgo                    

Extension Basic Information

Name svg-preview svg-preview
ID obaafgnooialgalkphfchfccpnhnecdm
Official URL https://chromewebstore.google.com/detail/svg-preview/obaafgnooialgalkphfchfccpnhnecdm
Description A simple svg preview & editor
File Size 614 KB
Installation Count 58
Current Version 1.0.0
Last Updated 2021-10-11
Publish Date 2021-10-11
Rating 5.00/5 Total 1 Ratings
Developer mp-front-core
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "svg-preview",
    "description": "A simple svg preview & editor",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/icon-16.png",
        "32": ".\/icon-32.png",
        "48": ".\/icon-48.png",
        "128": ".\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": ".\/icon-16.png",
            "32": ".\/icon-32.png",
            "48": ".\/icon-48.png",
            "128": ".\/icon-128.png"
        },
        "default_title": "svg preview & editor byWhish"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}