SaveAs - save image as PNG/JPG/WebP
save as PNG/JPG/WebP for page images by the right-click context menu.
What is SaveAs - save image as PNG/JPG/WebP?
SaveAs - save image as PNG/JPG/WebP is a Chrome extension developed by margaretafossb70, and its main feature is "save as PNG/JPG/WebP for page images by the right-click context menu.".
Extension Screenshots
Download SaveAs - save image as PNG/JPG/WebP Extension CRX File
Download SaveAs - save image as PNG/JPG/WebP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu.
Extension Basic Information
Name | SaveAs - save image as PNG/JPG/WebP |
ID | emlllnmkpoigndgcippjedejjcjaleil |
Official URL | https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil |
Description | save as PNG/JPG/WebP for page images by the right-click context menu. |
File Size | 54.64 KB |
Installation Count | 5,000 |
Current Version | 1.0.0 |
Last Updated | 2022-10-21 |
Publish Date | 2022-10-21 |
Rating | 4.20/5 Total 5 Ratings |
Developer | margaretafossb70 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://extensiondock.com/privacy |
Supported Languages | 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" } |