EPS to PNG Converter

Convert EPS files to PNG format

EPS to PNG Converter là gì?

EPS to PNG Converter là một tiện ích mở rộng Chrome được phát triển bởi https://freepicturesolutions.com, và tính năng chính của nó là "Convert EPS files to PNG format".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng EPS to PNG Converter

Tải xuống các tệp mở rộng EPS to PNG Converter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
URL Chính Thức https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Mô tả Convert EPS files to PNG format
Kích Thước Tệp 118 KB
Số Lần Cài Đặt 421
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-11-05
Ngày Phát Hành 2020-05-28
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://freepicturesolutions.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://freepicturesolutions.com/online/#eps-to-png-converter
URL Trang Chính Sách Bảo Mật https://freepicturesolutions.com/privacy_policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}