Give me the F-ing PDF

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

Cos'è Give me the F-ing PDF?

Give me the F-ing PDF è un'estensione di Chrome sviluppata da vsbuffalo, e la sua funzione principale è "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Give me the F-ing PDF

Scarica i file di estensione Give me the F-ing PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
URL Ufficiale https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Descrizione Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Dimensione del File 32.33 KB
Conteggio Installazioni 893
Versione Corrente 1.2
Ultimo Aggiornamento 2015-05-24
Data di Pubblicazione 2015-05-23
Valutazione 4.53/5 Totale 15 Valutazioni
Sviluppatore vsbuffalo
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/vsbuffalo/gmtfPDF
Lingue Supportate 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"
        }
    ]
}