Give me the F-ing PDF

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

¿Qué es Give me the F-ing PDF?

Give me the F-ing PDF es una extensión de Chrome desarrollada por vsbuffalo, y su función principal es "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Give me the F-ing PDF

Descarga archivos de extensión Give me the F-ing PDF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 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
Descripción Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Tamaño del Archivo 32.33 KB
Cantidad de Instalaciones 893
Versión Actual 1.2
Última Actualización 2015-05-24
Fecha de Publicación 2015-05-23
Calificación 4.53/5 Total de 15 Calificaciones
Desarrollador vsbuffalo
Tipo de Pago free
Sitio Web de la Extensión https://github.com/vsbuffalo/gmtfPDF
Idiomas Soportados 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"
        }
    ]
}