EPS to PNG Converter

Convert EPS files to PNG format

Was ist EPS to PNG Converter?

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

Erweiterungsscreenshots

screenshot
screenshot

EPS to PNG Converter-Erweiterungs-CRX-Datei herunterladen

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

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

3.0 Version
Now extension detects eps links when downloaded and offer to convert them to other format on the webpage where download was started.                    

Grundlegende Informationen zur Erweiterung

Name EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Offizielle URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Beschreibung Convert EPS files to PNG format
Dateigröße 118 KB
Installationsanzahl 421
Aktuelle Version 3.0
Letztes Update 2020-11-05
Veröffentlichungsdatum 2020-05-28
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://freepicturesolutions.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://freepicturesolutions.com/online/#eps-to-png-converter
URL der Datenschutzrichtlinien-Seite https://freepicturesolutions.com/privacy_policy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EPS to PNG Converter",
    "default_locale": "en",
    "description": "Convert EPS files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "activeTab"
    ],
    "version": "3.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "script.js"
    ]
}