Give me the F-ing PDF

Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)

O que é Give me the F-ing PDF?

Give me the F-ing PDF é uma extensão do Chrome desenvolvida por vsbuffalo, e sua principal característica é "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Give me the F-ing PDF

Baixe arquivos de extensão Give me the F-ing PDF 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

                        Countless journal sites have adopted the same terrible web design, requiring an
extra click to get a PDF of an article. Nobody has time for that. This is a simple fix: a Google Chrome Extension that modifies the links to the PDFs such that they won't open up with frames.                    

Informações Básicas da Extensão

Nome Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
URL Oficial https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Descrição Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Tamanho do Arquivo 32.33 KB
Contagem de Instalações 893
Versão Atual 1.2
Última Atualização 2015-05-24
Data de Publicação 2015-05-23
Classificação 4.53/5 Total de 15 Avaliações
Desenvolvedor vsbuffalo
Tipo de Pagamento free
Site da Extensão https://github.com/vsbuffalo/gmtfPDF
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Give me the F-ing PDF",
    "author": "Vince Buffalo",
    "description": "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)",
    "manifest_version": 2,
    "version": "1.2",
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "gmtfpdf.js"
            ],
            "run_at": "document_end"
        }
    ]
}