EPS to PNG Converter

Convert EPS files to PNG format

What is EPS to PNG Converter?

EPS to PNG Converter is a Chrome extension developed by https://freepicturesolutions.com, and its main feature is "Convert EPS files to PNG format".

Extension Screenshots

screenshot
screenshot

Download EPS to PNG Converter Extension CRX File

Download EPS to PNG Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
Official URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Description Convert EPS files to PNG format
File Size 118 KB
Installation Count 421
Current Version 3.0
Last Updated 2020-11-05
Publish Date 2020-05-28
Rating 3.67/5 Total 3 Ratings
Developer https://freepicturesolutions.com
Email [email protected]
Payment Type free
Extension Website https://freepicturesolutions.com/online/#eps-to-png-converter
Privacy Policy Page URL https://freepicturesolutions.com/privacy_policy.html
Supported Languages 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"
    ]
}