No PDF Download

Opens all PDF files directly in the browser.

No PDF Download란 무엇입니까?

No PDF Download은(는) Merten Peetz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens all PDF files directly in the browser."입니다.

확장 프로그램 스크린샷

screenshot

No PDF Download 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        While most PDF files can be viewed directly in the browser some PDFs will trigger a "Save as"-dialog or will be downloaded automatically. This addon views all PDF files directly in the browser. You can still save the PDF by pressing CTRL+S (or CMD+S) after viewing them.

Some web servers are misconfigured and don't tell the browser that a file is a PDF. In this case the file will still be downloaded even when this addon is active. If you encounter a PDF that is downloaded feel free to send the URL to the support email address so I can check if this it's a bug in the addon or just a server issue.                    

확장 프로그램 기본 정보

이름 No PDF Download No PDF Download
ID ikhahkidgnljlniknmendeflkdlfhonj
공식 URL https://chromewebstore.google.com/detail/no-pdf-download/ikhahkidgnljlniknmendeflkdlfhonj
설명 Opens all PDF files directly in the browser.
파일 크기 8.05 KB
설치 횟수 14,533
현재 버전 1.0.6
최근 업데이트 2019-06-07
출시 날짜 2019-06-07
평점 4.42/5 총 33 개의 평점
개발자 Merten Peetz
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No PDF Download",
    "description": "Opens all PDF files directly in the browser.",
    "version": "1.0.6",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "src\/headers.js",
            "src\/background.js"
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}