SaveAs - save image as PNG/JPG/WebP
save as PNG/JPG/WebP for page images by the right-click context menu.
ما هو SaveAs - save image as PNG/JPG/WebP؟
SaveAs - save image as PNG/JPG/WebP هو إضافة Chrome تم تطويرها بواسطة margaretafossb70، والميزة الرئيسية لها هي "save as PNG/JPG/WebP for page images by the right-click context menu.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SaveAs - save image as PNG/JPG/WebP
قم بتنزيل ملفات الامتداد SaveAs - save image as PNG/JPG/WebP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu. معلومات أساسية عن التمديد
| الاسم | |
| ID | emlllnmkpoigndgcippjedejjcjaleil |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil |
| الوصف | save as PNG/JPG/WebP for page images by the right-click context menu. |
| حجم الملف | 54.64 KB |
| عدد التثبيتات | 5,000 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2022-10-21 |
| تاريخ النشر | 2022-10-21 |
| تقييم | 4.20/5 مجموع تقييمات 5 |
| المطور | margaretafossb70 |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://extensiondock.com/privacy |
| اللغات المدعومة | id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"icons": {
"128": "logo.png"
},
"background": {
"service_worker": "js\/background.js"
},
"default_locale": "en",
"manifest_version": 3,
"permissions": [
"downloads",
"contextMenus",
"scripting",
"declarativeNetRequest",
"alarms"
],
"host_permissions": [
"*:\/\/*\/*"
],
"version": "1.0.0",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emlllnmkpoigndgcippjedejjcjaleil"
} | |