SaveAs - save image as PNG/JPG/WebP
save as PNG/JPG/WebP for page images by the right-click context menu.
Co to jest SaveAs - save image as PNG/JPG/WebP?
SaveAs - save image as PNG/JPG/WebP to rozszerzenie Chrome opracowane przez margaretafossb70, a jego główną funkcją jest „save as PNG/JPG/WebP for page images by the right-click context menu.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SaveAs - save image as PNG/JPG/WebP
Pobierz pliki rozszerzeń SaveAs - save image as PNG/JPG/WebP w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu.
Podstawowe informacje o rozszerzeniu
Nazwa | SaveAs - save image as PNG/JPG/WebP |
ID | emlllnmkpoigndgcippjedejjcjaleil |
Oficjalny URL | https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil |
Opis | save as PNG/JPG/WebP for page images by the right-click context menu. |
Rozmiar pliku | 54.64 KB |
Liczba instalacji | 5,000 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-10-21 |
Data Publikacji | 2022-10-21 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | margaretafossb70 |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://extensiondock.com/privacy |
Obsługiwane Języki | 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" } |