EPS to PSD Converter

Convert EPS files to PSD format

ما هو EPS to PSD Converter؟

EPS to PSD Converter هو إضافة Chrome تم تطويرها بواسطة https://freepicturesolutions.com، والميزة الرئيسية لها هي "Convert EPS files to PSD format".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EPS to PSD Converter

قم بتنزيل ملفات الامتداد EPS to PSD Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم EPS to PSD Converter EPS to PSD Converter
ID ccdiogkhaaaemcomjcjdeenigdpjhggg
عنوان URL الرسمي https://chromewebstore.google.com/detail/eps-to-psd-converter/ccdiogkhaaaemcomjcjdeenigdpjhggg
الوصف Convert EPS files to PSD format
حجم الملف 118 KB
عدد التثبيتات 243
النسخة الحالية 4.0
آخر تحديث 2020-11-05
تاريخ النشر 2020-05-29
تقييم 5.00/5 مجموع تقييمات 1
المطور https://freepicturesolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://freepicturesolutions.com/online/#eps-to-psd-converter
عنوان صفحة سياسة الخصوصية https://freepicturesolutions.com/privacy_policy.html
اللغات المدعومة 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"
    ]
}