PEF to JPG Converter
Convert PEF raw images to JPG format
ما هو PEF to JPG Converter؟
PEF to JPG Converter هو إضافة Chrome تم تطويرها بواسطة https://rawimageconverter.com، والميزة الرئيسية لها هي "Convert PEF raw images to JPG format".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PEF to JPG Converter
قم بتنزيل ملفات الامتداد PEF to JPG Converter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How to convert PEF to JPG? 1-Click extension icon - this will open PEF to JPG online raw image conversion website. 2-Select PEF file and click 'convert file' button. 3-You will get your JPG file download link in matter of seconds.
معلومات أساسية عن التمديد
الاسم | |
ID | kpdjacdckipgppbfjahanifkmdbjmgic |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/pef-to-jpg-converter/kpdjacdckipgppbfjahanifkmdbjmgic |
الوصف | Convert PEF raw images to JPG format |
حجم الملف | 42.14 KB |
عدد التثبيتات | 56 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-09-06 |
تاريخ النشر | 2020-09-06 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | https://rawimageconverter.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://rawimageconverter.com/pef-to-jpg-converter |
عنوان صفحة سياسة الخصوصية | https://www.rawimageconverter.com/privacypolicy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PEF to JPG Converter", "default_locale": "en", "description": "Convert PEF raw images to JPG format", "background": { "scripts": [ "background.js" ] }, "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "browser_action": { "default_icon": "images\/icon-128.png" } } |