EPS to PSD Converter

Convert EPS files to PSD format

Co je EPS to PSD Converter?

EPS to PSD Converter je rozšíření Chrome vyvinuté https://freepicturesolutions.com, a jeho hlavní funkcí je „Convert EPS files to PSD format“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření EPS to PSD Converter

Stáhněte si soubory rozšíření EPS to PSD Converter ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
Oficiální URL https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
Popis Convert EPS files to PSD format
Velikost souboru 118 KB
Počet instalací 243
Aktuální Verze 4.0
Poslední Aktualizace 2020-11-05
Datum Vydání 2020-05-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://freepicturesolutions.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://freepicturesolutions.com/online/#eps-to-psd-converter
URL Stránky Zásad Ochrany Soukromí https://freepicturesolutions.com/privacy_policy.html
Podporované Jazyky 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"
    ]
}