SaveAs - save image as PNG/JPG/WebP

save as PNG/JPG/WebP for page images by the right-click context menu.

O que é SaveAs - save image as PNG/JPG/WebP?

SaveAs - save image as PNG/JPG/WebP é uma extensão do Chrome desenvolvida por margaretafossb70, e sua principal característica é "save as PNG/JPG/WebP for page images by the right-click context menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SaveAs - save image as PNG/JPG/WebP

Baixe arquivos de extensão SaveAs - save image as PNG/JPG/WebP no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        How to save image as PNG/JPG/WebP?Save image as type on the right-click context menu.                    

Informações Básicas da Extensão

Nome SaveAs - save image as PNG/JPG/WebP SaveAs - save image as PNG/JPG/WebP
ID emlllnmkpoigndgcippjedejjcjaleil
URL Oficial https://chromewebstore.google.com/detail/saveas-save-image-as-pngj/emlllnmkpoigndgcippjedejjcjaleil
Descrição save as PNG/JPG/WebP for page images by the right-click context menu.
Tamanho do Arquivo 54.64 KB
Contagem de Instalações 5,000
Versão Atual 1.0.0
Última Atualização 2022-10-21
Data de Publicação 2022-10-21
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor margaretafossb70
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://extensiondock.com/privacy
Idiomas Suportados 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"
}