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
官方網址 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"
        }
    ]
}