EPS to PNG Converter

Convert EPS files to PNG format

ما هو EPS to PNG Converter؟

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

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

screenshot
screenshot

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

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

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

                        How to convert EPS to PNG?	 

1-Click extension icon - this will open EPS to PNG online conversion website. 
2-Select EPS file and click convert button. 
3-You will get your PNG file download link in your email address.

3.0 Version
Now extension detects eps links when downloaded and offer to convert them to other format on the webpage where download was started.                    

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

الاسم EPS to PNG Converter EPS to PNG Converter
ID fclfnehajbenfhbdbcbdjbppmeeadjei
عنوان URL الرسمي https://chromewebstore.google.com/detail/eps-to-png-converter/fclfnehajbenfhbdbcbdjbppmeeadjei
الوصف Convert EPS files to PNG format
حجم الملف 118 KB
عدد التثبيتات 421
النسخة الحالية 3.0
آخر تحديث 2020-11-05
تاريخ النشر 2020-05-28
تقييم 3.67/5 مجموع تقييمات 3
المطور https://freepicturesolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://freepicturesolutions.com/online/#eps-to-png-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 PNG Converter",
    "default_locale": "en",
    "description": "Convert EPS files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "webRequest",
        "activeTab"
    ],
    "version": "3.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"
    ]
}