EPS to PSD Converter

Convert EPS files to PSD format

Co to jest EPS to PSD Converter?

EPS to PSD Converter to rozszerzenie Chrome opracowane przez https://freepicturesolutions.com, a jego główną funkcją jest „Convert EPS files to PSD format”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EPS to PSD Converter

Pobierz pliki rozszerzeń EPS to PSD Converter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
Oficjalny URL https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
Opis Convert EPS files to PSD format
Rozmiar pliku 118 KB
Liczba instalacji 243
Aktualna Wersja 4.0
Ostatnia Aktualizacja 2020-11-05
Data Publikacji 2020-05-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://freepicturesolutions.com
E-mail support@freepicturesolutions.com
Typ Płatności free
Strona Rozszerzenia http://freepicturesolutions.com/online/#eps-to-psd-converter
Adres URL Strony Polityki Prywatności https://freepicturesolutions.com/privacy_policy.html
Obsługiwane Języki 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"
    ]
}