Save image as Type

Save image as PNG, JPG or WebP by context menu on image.

ما هو Save image as Type؟

Save image as Type هو إضافة Chrome تم تطويرها بواسطة image4tools، والميزة الرئيسية لها هي "Save image as PNG, JPG or WebP by context menu on image.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Save image as Type

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

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

                        Add context menu for images to save image as PNG, JPG or WebP format.

There is an old Save Image As Type 1.0.5 extension created by another developer but cannot run now. I developed this new extension based on the old one.

This extension is open source.
No information is collected.
No ads.
No login or registration.
Multiple languages supported.

Release notes:

2015-02-08 
- First release.

2023-05-11 
- Migrate to chrome extension manifest version 3.
- Use service worker instead of content script, as chrome recommended.
- Add some languages

2023-05-22 
- Fix bug for chrome 108 and older versions.
- Add some languages                    

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

الاسم Save image as Type Save image as Type
ID gabfmnliflodkdafenbcpjdlppllnemd
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-image-as-type/gabfmnliflodkdafenbcpjdlppllnemd
الوصف Save image as PNG, JPG or WebP by context menu on image.
حجم الملف 109 KB
عدد التثبيتات 1,022,929
النسخة الحالية 1.2.4
آخر تحديث 2023-12-19
تاريخ النشر 2015-02-07
تقييم 3.88/5 مجموع تقييمات 550
المطور image4tools
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/cuixiping/Save-Image-as-Type
عنوان صفحة المساعدة https://github.com/cuixiping/Save-Image-as-Type/issues
اللغات المدعومة de,en,fr,vi,es,it,pt-BR,pt-PT,ru,uk,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "manifest_version": 3,
    "minimum_chrome_version": "88.0.0.0",
    "permissions": [
        "downloads",
        "contextMenus",
        "offscreen",
        "scripting"
    ],
    "optional_permissions": [],
    "host_permissions": [
        ""
    ],
    "version": "1.2.4"
}