EPS to PNG Converter

Convert EPS files to PNG format

Wat is EPS to PNG Converter?

EPS to PNG Converter is een Chrome-extensie ontwikkeld door https://freepicturesolutions.com, en de belangrijkste functie is "Convert EPS files to PNG format".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie EPS to PNG Converter

Download EPS to PNG Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Officiële URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Beschrijving Convert EPS files to PNG format
Bestandsgrootte 118 KB
Aantal Installaties 421
Huidige Versie 3.0
Laatst Bijgewerkt 2020-11-05
Publicatiedatum 2020-05-28
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://freepicturesolutions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://freepicturesolutions.com/online/#eps-to-png-converter
URL van de Privacybeleid Pagina https://freepicturesolutions.com/privacy_policy.html
Ondersteunde Talen 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"
    ]
}