Save website as PDF, JPG, PNG

Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!

O que é Save website as PDF, JPG, PNG?

Save website as PDF, JPG, PNG é uma extensão do Chrome desenvolvida por https://online-umwandeln.de, e sua principal característica é "Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Save website as PDF, JPG, PNG

Baixe arquivos de extensão Save website as PDF, JPG, PNG 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

                        Save your websites as PDF, JPG or PNG - your only one click away from taking screenshots of any webpage!

Simply choose whether you want to save the whole page, the current area or select one by drawing a rectangle. Your Screenshot will be put into you downloads folder.                    

Informações Básicas da Extensão

Nome Save website as PDF, JPG, PNG Save website as PDF, JPG, PNG
ID cjianfjpjmljmhjjphoepbdieknkfkfb
URL Oficial https://chromewebstore.google.com/detail/save-website-as-pdf-jpg-p/cjianfjpjmljmhjjphoepbdieknkfkfb
Descrição Save whole pages (or a selection) as PDF, JPG, PNG or take a screenshot!
Tamanho do Arquivo 22.2 KB
Contagem de Instalações 6,189
Versão Atual 1.6.1
Última Atualização 2018-09-23
Data de Publicação 2018-09-23
Classificação 2.24/5 Total de 38 Avaliações
Desenvolvedor https://online-umwandeln.de
Tipo de Pagamento free
Site da Extensão https://online-umwandeln.de/
URL da Página de Ajuda https://online-umwandeln.de/faq-haeufig-gestellte-fragen/
URL da Página de Política de Privacidade https://online-umwandeln.de/datenschutz-und-datensicherheit
Idiomas Suportados de,en,fr,es
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "ou-128.png",
        "default_popup": "menu.html",
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "de",
    "description": "__MSG_appDesc__",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtZek8zD2Rmy8UDzgfXAx9\/aj\/HML+cAUi50VUxIcUUCMlAULGVAcniI1QjV0oeFu2bWtWPZ8MujuB6RTXWqy8qPLQ8WCDxPHaPaJhLXM9v8qSeYTFDotXoCPbqOp3xObqDQt5dgw\/ygdRHU7deGtDYf8z5ywohBh\/KGnT3iJi7huIhyozGtUUwY+prGjMntZgFRZdmFATKZ16a7oCzBJWd\/qNiSIQ3QMR4\/kAf0PKPCOt301H\/zopbB8vbhOw9zCHAUJ1DmJ9trmtMQ6f3t7BaumhcdETRoPmmrKW2hiUpFwF0DaPmOERNRLBU9YMqBqPfqdMzbbZhY3fmAYTfGlfwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "activeTab",
        "",
        "storage"
    ],
    "short_name": "__MSG_appNameShort__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.6.1"
}