EPS to SVG Converter
Convert EPS files to SVG format
ما هو EPS to SVG Converter؟
EPS to SVG Converter هو إضافة Chrome تم تطويرها بواسطة http://freepicturesolutions.com، والميزة الرئيسية لها هي "Convert EPS files to SVG format".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة EPS to SVG Converter
قم بتنزيل ملفات الامتداد EPS to SVG Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How to convert EPS to SVG? 1-Click extension icon - this will open EPS to SVG online conversion website. 2-Select EPS file and click convert button. 3-You will get your SVG file download link in your email address.
معلومات أساسية عن التمديد
الاسم | |
ID | cbnialpfbcjllckofoknikehomdjhcgc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/eps-to-svg-converter/cbnialpfbcjllckofoknikehomdjhcgc |
الوصف | Convert EPS files to SVG format |
حجم الملف | 43.18 KB |
عدد التثبيتات | 1,391 |
النسخة الحالية | 2.0 |
آخر تحديث | 2020-05-29 |
تاريخ النشر | 2020-05-28 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | http://freepicturesolutions.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://freepicturesolutions.com/online/#eps-to-svg-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 SVG Converter", "default_locale": "en", "description": "Convert EPS files to SVG format", "background": { "scripts": [ "background.js" ] }, "version": "2.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |