EPS to PNG Converter

Convert EPS files to PNG format

什么是EPS to PNG Converter?

EPS to PNG Converter是由https://freepicturesolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Convert EPS files to PNG format”。

扩展截图

screenshot
screenshot

下载EPS to PNG Converter扩展crx文件

下载EPS to PNG Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
官方URL https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
简介 Convert EPS files to PNG format
文件大小 118 KB
安装次数 421
当前版本 3.0
更新时间 2020-11-05
上架时间 2020-05-28
评分 3.67/5 共3次评分
开发者 https://freepicturesolutions.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://freepicturesolutions.com/online/#eps-to-png-converter
隐私政策页面URL https://freepicturesolutions.com/privacy_policy.html
支持的语言 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"
    ]
}