EPS to PSD Converter

Convert EPS files to PSD format

Apa itu EPS to PSD Converter?

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

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi EPS to PSD Converter

Unduh file ekstensi EPS to PSD 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 PSD?	 

1-Click extension icon - this will open EPS to PSD online conversion website. 
2-Select EPS file and click convert button. 
3-You will get your PSD file download link in your email address.                    

Informasi Dasar Ekstensi

Nama EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
URL Resmi https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
Deskripsi Convert EPS files to PSD format
Ukuran File 118 KB
Jumlah Instalasi 243
Versi Saat Ini 4.0
Terakhir Diperbarui 2020-11-05
Tanggal Publikasi 2020-05-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://freepicturesolutions.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://freepicturesolutions.com/online/#eps-to-psd-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 PSD Converter",
    "default_locale": "en",
    "description": "Convert EPS files to PSD format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "activeTab"
    ],
    "version": "4.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"
    ]
}