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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vsbuffalo และคุณลักษณะหลักของมันคือ "Changes links to PDFs of journal articles to the PDF version (not HTML+PDF version with frames)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Give me the F-ing PDF

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}