JPEG to ICO Converter

Convert JPEG Files to ICO format

ما هو JPEG to ICO Converter؟

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

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

screenshot

تحميل ملف CRX للإضافة JPEG to ICO Converter

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

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

                        1-Click extension icon - this will open extension page to upload files.
2-Select JPEG file and click convert button. 
3-You will get your ICO file download link in seconds.                    

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

الاسم JPEG to ICO Converter JPEG to ICO Converter
ID bmebfnlehmdkgmmcnbdhekmplggbggll
عنوان URL الرسمي https://chromewebstore.google.com/detail/jpeg-to-ico-converter/bmebfnlehmdkgmmcnbdhekmplggbggll
الوصف Convert JPEG Files to ICO format
حجم الملف 80.33 KB
عدد التثبيتات 166
النسخة الحالية 5.0
آخر تحديث 2020-12-11
تاريخ النشر 2020-05-28
المطور https://freepicturesolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://freepicturesolutions.com/online/#jpeg-to-ico-converter
عنوان صفحة سياسة الخصوصية https://freepicturesolutions.com/privacy_policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JPEG to ICO Converter",
    "default_locale": "en",
    "description": "Convert JPEG Files to ICO format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/api.freeconverting.com\/*"
    ],
    "homepage_url": "https:\/\/api.freeconverting.com\/jpeg-to-ico-converter.html",
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "interface\/*"
    ]
}