No PDF Download

Opens all PDF files directly in the browser.

O que é No PDF Download?

No PDF Download é uma extensão do Chrome desenvolvida por Merten Peetz, e sua principal característica é "Opens all PDF files directly in the browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão No PDF Download

Baixe arquivos de extensão No PDF Download 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

                        While most PDF files can be viewed directly in the browser some PDFs will trigger a "Save as"-dialog or will be downloaded automatically. This addon views all PDF files directly in the browser. You can still save the PDF by pressing CTRL+S (or CMD+S) after viewing them.

Some web servers are misconfigured and don't tell the browser that a file is a PDF. In this case the file will still be downloaded even when this addon is active. If you encounter a PDF that is downloaded feel free to send the URL to the support email address so I can check if this it's a bug in the addon or just a server issue.                    

Informações Básicas da Extensão

Nome No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
URL Oficial https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
Descrição Opens all PDF files directly in the browser.
Tamanho do Arquivo 8.05 KB
Contagem de Instalações 14,533
Versão Atual 1.0.6
Última Atualização 2019-06-07
Data de Publicação 2019-06-07
Classificação 4.42/5 Total de 33 Avaliações
Desenvolvedor Merten Peetz
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No PDF Download",
    "description": "Opens all PDF files directly in the browser.",
    "version": "1.0.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/headers.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}