EPS to PNG Converter

Convert EPS files to PNG format

Apa itu EPS to PNG Converter?

EPS to PNG Converter adalah ekstensi Chrome yang dikembangkan oleh https://freepicturesolutions.com, dan fitur utamanya adalah "Convert EPS files to PNG format".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi EPS to PNG Converter

Unduh file ekstensi EPS to PNG Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
URL Resmi https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
Deskripsi Convert EPS files to PNG format
Ukuran File 118 KB
Jumlah Instalasi 421
Versi Saat Ini 3.0
Terakhir Diperbarui 2020-11-05
Tanggal Publikasi 2020-05-28
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://freepicturesolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://freepicturesolutions.com/online/#eps-to-png-converter
URL Halaman Kebijakan Privasi https://freepicturesolutions.com/privacy_policy.html
Bahasa yang Didukung 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"
    ]
}