Give me the F-ing PDF

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

Co je Give me the F-ing PDF?

Give me the F-ing PDF je rozšíření Chrome vyvinuté vsbuffalo, a jeho hlavní funkcí je „Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Give me the F-ing PDF

Stáhněte si soubory rozšíření Give me the F-ing PDF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
Oficiální URL https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Popis Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Velikost souboru 32.33 KB
Počet instalací 893
Aktuální Verze 1.2
Poslední Aktualizace 2015-05-24
Datum Vydání 2015-05-23
Hodnocení 4.53/5 Celkem 15 Hodnocení
Vývojář vsbuffalo
Typ Platby free
Webové stránky Rozšíření https://github.com/vsbuffalo/gmtfPDF
Podporované Jazyky 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"
        }
    ]
}