PDF Forcedownload Blocker

This extension prevents webservers from forcing pdfs to download rather than open in browser

PDF Forcedownload Blocker란 무엇입니까?

PDF Forcedownload Blocker은(는) brenton.a.milne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension prevents webservers from forcing pdfs to download rather than open in browser"입니다.

확장 프로그램 스크린샷

screenshot

PDF Forcedownload Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Many websites will attempt to force you to download linked PDF files, rather than handle them as per your preferences. (By default, your preferences are set to open them in-browser with Chrome's PDF plugin).

This extension blocks two common ways of forcing your browser to download PDF files, allowing you to handle them consistently and as you choose.

WARNING, USE AT OWN RISK:
Some websites load pdfs into invisible elements for download, causing them not to be seen at all when this extension is enabled. Unfortunately I can't find a good solution for this :(
Most commonly where this is encountered (eg on google docs), the pdf is linked with a name not corresponding to it's filename. To this end the extension now ignores links that don't have ".pdf" in them.

I wrote this app for myself and my friends at uni, to combat university pdfs being linked with forced download. I don't really know much Javascript/HTTP, so no guarantees :)                    

확장 프로그램 기본 정보

이름 PDF Forcedownload Blocker PDF Forcedownload Blocker
ID ojbkmmcompidaghfnodmbeiankbbfckl
공식 URL https://chromewebstore.google.com/detail/pdf-forcedownload-blocker/ojbkmmcompidaghfnodmbeiankbbfckl
설명 This extension prevents webservers from forcing pdfs to download rather than open in browser
파일 크기 2.99 KB
설치 횟수 2,499
현재 버전 0.3
최근 업데이트 2013-08-11
출시 날짜 2013-08-11
평점 3.18/5 총 39 개의 평점
개발자 brenton.a.milne
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "This extension prevents webservers from forcing pdfs to download rather than open in browser",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "name": "PDF Forcedownload Blocker",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "manifest_version": 2,
    "version": "0.3"
}