Give me the F-ing PDF

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

什么是Give me the F-ing PDF?

Give me the F-ing PDF是由vsbuffalo开发的Chrome扩展程序,该扩展的主要功能是“Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)”。

扩展截图

screenshot

下载Give me the F-ing PDF扩展crx文件

下载Give me the F-ing PDF扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Give me the F-ing PDF Give me the F-ing PDF
ID iekjpaipocoglamgpjoehfdemffdmami
官方URL https://chromewebstore.google.com/detail/give-me-the-f-ing-pdf/iekjpaipocoglamgpjoehfdemffdmami
简介 Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)
文件大小 32.33 KB
安装次数 893
当前版本 1.2
更新时间 2015-05-24
上架时间 2015-05-23
评分 4.53/5 共15次评分
开发者 vsbuffalo
付费类型 free
扩展官网 https://github.com/vsbuffalo/gmtfPDF
支持的语言 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"
        }
    ]
}