Save Image As

Save any image as JPG/PNG/WebP with right click

ما هو Save Image As؟

Save Image As هو إضافة Chrome تم تطويرها بواسطة wong2، والميزة الرئيسية لها هي "Save any image as JPG/PNG/WebP with right click".

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

screenshot
screenshot

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

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

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

                        Save any image on the web as JPG/PNG/WebP with right click.

This extension adds a context menu on images to easily save them as JPG, PNG or WebP files to your computer, it automatically does the format conversion for you.                    

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

الاسم Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
الوصف Save any image as JPG/PNG/WebP with right click
حجم الملف 17.11 KB
عدد التثبيتات 41
النسخة الحالية 1.0
آخر تحديث 2023-09-24
تاريخ النشر 2023-09-23
تقييم 5.00/5 مجموع تقييمات 2
المطور wong2
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://chathub.gg/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}