PSD to PNG Converter

Convert PSD files to PNG format

Was ist PSD to PNG Converter?

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

Erweiterungsscreenshots

screenshot

PSD to PNG Converter-Erweiterungs-CRX-Datei herunterladen

Laden Sie PSD 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 PSD to PNG?	 

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

Grundlegende Informationen zur Erweiterung

Name PSD to PNG Converter PSD to PNG Converter
ID hjmeohbkilpjppjloooopibcclemdphp
Offizielle URL https://chromewebstore.google.com/detail/psd-to-png-converter/hjmeohbkilpjppjloooopibcclemdphp
Beschreibung Convert PSD files to PNG format
Dateigröße 43.36 KB
Installationsanzahl 254
Aktuelle Version 2.0
Letztes Update 2020-05-29
Veröffentlichungsdatum 2020-05-29
Entwickler https://freepicturesolutions.com
Zahlungsart free
Erweiterungswebsite http://freepicturesolutions.com/online/#psd-to-png-converter
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PSD to PNG Converter",
    "default_locale": "en",
    "description": "Convert PSD 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"
    }
}