EPS to PNG Converter

Convert EPS files to PNG format

Hvad er EPS to PNG Converter?

EPS to PNG Converter er en Chrome-udvidelse udviklet af https://freepicturesolutions.com, og dens hovedfunktion er "Convert EPS files to PNG format".

Udvidelsesskærmbilleder

screenshot
screenshot

Download EPS to PNG Converter-udvidelses-CRX-fil

Download EPS to PNG Converter-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Officiel URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Beskrivelse Convert EPS files to PNG format
Filstørrelse 118 KB
Antal Installationer 421
Nuværende Version 3.0
Senest Opdateret 2020-11-05
Udgivelsesdato 2020-05-28
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler https://freepicturesolutions.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://freepicturesolutions.com/online/#eps-to-png-converter
URL til Fortrolighedspolitik Side https://freepicturesolutions.com/privacy_policy.html
Understøttede Sprog 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"
    ]
}