EPS to PSD Converter

Convert EPS files to PSD format

Wat is EPS to PSD Converter?

EPS to PSD Converter is een Chrome-extensie ontwikkeld door https://freepicturesolutions.com, en de belangrijkste functie is "Convert EPS files to PSD format".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie EPS to PSD Converter

Download EPS to PSD Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
Officiële URL https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
Beschrijving Convert EPS files to PSD format
Bestandsgrootte 118 KB
Aantal Installaties 243
Huidige Versie 4.0
Laatst Bijgewerkt 2020-11-05
Publicatiedatum 2020-05-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://freepicturesolutions.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://freepicturesolutions.com/online/#eps-to-psd-converter
URL van de Privacybeleid Pagina https://freepicturesolutions.com/privacy_policy.html
Ondersteunde Talen 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"
    ]
}