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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}