ICO to PNG Converter

Convert ICO Files to PNG format

ما هو ICO to PNG Converter؟

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

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

screenshot

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

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

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

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

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

الاسم ICO to PNG Converter ICO to PNG Converter
ID gknepglbkjhlpbnnellibkohffbgioih
عنوان URL الرسمي https://chromewebstore.google.com/detail/ico-to-png-converter/gknepglbkjhlpbnnellibkohffbgioih
الوصف Convert ICO Files to PNG format
حجم الملف 80.36 KB
عدد التثبيتات 44
النسخة الحالية 5.0
آخر تحديث 2020-12-12
تاريخ النشر 2020-05-28
تقييم 1.00/5 مجموع تقييمات 1
المطور https://freepicturesolutions.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://freepicturesolutions.com/online/#ico-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": "ICO to PNG Converter",
    "default_locale": "en",
    "description": "Convert ICO Files to PNG format",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "5.0",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "permissions": [
        "*:\/\/api.freeconverting.com\/*"
    ],
    "homepage_url": "https:\/\/api.freeconverting.com\/ico-to-png-converter.html",
    "browser_action": {
        "default_icon": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        "interface\/*"
    ]
}