EPS to PSD Converter

Convert EPS files to PSD format

Vad är EPS to PSD Converter?

EPS to PSD Converter är en Chrome-tillägg utvecklad av https://freepicturesolutions.com, och dess huvudfunktion är "Convert EPS files to PSD format".

Tilläggsskärmbilder

screenshot

Ladda ner EPS to PSD Converter-förlängningens CRX-fil

Ladda ner EPS to PSD Converter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
Officiell webbadress https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
Beskrivning Convert EPS files to PSD format
Filstorlek 118 KB
Antal Installationer 243
Aktuell Version 4.0
Senast Uppdaterad 2020-11-05
Publiceringsdatum 2020-05-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://freepicturesolutions.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://freepicturesolutions.com/online/#eps-to-psd-converter
URL till Sekretesspolicy Sidan https://freepicturesolutions.com/privacy_policy.html
Stödda Språk 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"
    ]
}