Save Image As Png

Save Image As Png

ما هو Save Image As Png؟

Save Image As Png هو إضافة Chrome تم تطويرها بواسطة One Time Technology، والميزة الرئيسية لها هي "Save Image As Png".

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

screenshot

تحميل ملف CRX للإضافة Save Image As Png

قم بتنزيل ملفات الامتداد Save Image As Png بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Save image as png
Adds the "Save Image As PNG" option to the context menu of images.
Converts an image to PNG before showing the Save As dialog.

WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur.

The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option.                    

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

الاسم Save Image As Png Save Image As Png
ID lcmjmlikfpkekigllmmcdcmmpledladh
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-image-as-png/lcmjmlikfpkekigllmmcdcmmpledladh
الوصف Save Image As Png
حجم الملف 16.34 KB
عدد التثبيتات 1,271
النسخة الحالية 1.0.0
آخر تحديث 2022-06-15
تاريخ النشر 2022-06-14
تقييم 5.00/5 مجموع تقييمات 4
المطور One Time Technology
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "description": "Save Image As Png",
    "icons": {
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png",
        "48": "icons\/icon48.png",
        "72": "icons\/icon72.png",
        "96": "icons\/icon96.png"
    },
    "manifest_version": 3,
    "name": "Save Image As Png",
    "permissions": [
        "contextMenus",
        "scripting"
    ],
    "version": "1.0.0",
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}