Give me the F-ing PDF

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

Co to jest Give me the F-ing PDF?

Give me the F-ing PDF to rozszerzenie Chrome opracowane przez vsbuffalo, a jego główną funkcją jest „Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Give me the F-ing PDF

Pobierz pliki rozszerzeń Give me the F-ing PDF w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
Oficjalny URL https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Opis Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Rozmiar pliku 32.33 KB
Liczba instalacji 893
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-05-24
Data Publikacji 2015-05-23
Ocena 4.53/5 Łącznie 15 Oceny
Deweloper vsbuffalo
Typ Płatności free
Strona Rozszerzenia https://github.com/vsbuffalo/gmtfPDF
Obsługiwane Języki 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"
        }
    ]
}