SVG to PNG Converter

Convert SVG files to PNG format

Was ist SVG to PNG Converter?

SVG to PNG Converter ist eine Chrome-Erweiterung, die von https://freepicturesolutions.com entwickelt wurde, und ihr Hauptmerkmal ist "Convert SVG files to PNG format".

Erweiterungsscreenshots

screenshot

SVG to PNG Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie SVG to PNG Converter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        How to convert SVG to PNG?	 

1-Click extension icon - this will open SVG to PNG online conversion website. 
2-Select SVG file and click convert button. 
3-You will get your PNG file download link in your email address.                    

Grundlegende Informationen zur Erweiterung

Name SVG to PNG Converter SVG to PNG Converter
ID dfekgdohehdhpkoidpddnoijinifmlao
Offizielle URL https://chromewebstore.google.com/detail/svg-to-png-converter/dfekgdohehdhpkoidpddnoijinifmlao
Beschreibung Convert SVG files to PNG format
Dateigröße 43.4 KB
Installationsanzahl 589
Aktuelle Version 2.0
Letztes Update 2020-05-29
Veröffentlichungsdatum 2020-05-28
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler https://freepicturesolutions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://freepicturesolutions.com/online/#svg-to-png-converter
URL der Datenschutzrichtlinien-Seite http://freeconverting.com/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SVG to PNG Converter",
    "default_locale": "en",
    "description": "Convert SVG files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "2.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    }
}