Give me the F-ing PDF

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

Apa itu Give me the F-ing PDF?

Give me the F-ing PDF adalah ekstensi Chrome yang dikembangkan oleh vsbuffalo, dan fitur utamanya adalah "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Give me the F-ing PDF

Unduh file ekstensi Give me the F-ing PDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
URL Resmi https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
Deskripsi Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
Ukuran File 32.33 KB
Jumlah Instalasi 893
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-05-24
Tanggal Publikasi 2015-05-23
Penilaian 4.53/5 Total 15 Penilaian
Pengembang vsbuffalo
Tipe Pembayaran free
Situs Ekstensi https://github.com/vsbuffalo/gmtfPDF
Bahasa yang Didukung 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"
        }
    ]
}