Download All PDFs

Download All PDFs is your ultimate solution for swiftly downloading all of the PDFs you have open in you browser. Instructions:…

Download All PDFs란 무엇입니까?

Download All PDFs은(는) Alex Wright (alexwmw)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download All PDFs is your ultimate solution for swiftly downloading all of the PDFs you have open in you browser. Instructions:…"입니다.

확장 프로그램 스크린샷

screenshot

Download All PDFs 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download All PDFs is your ultimate solution for swiftly downloading all of the PDFs you have open in you browser. 

Instructions:

1. Open each PDF that you want to download into a new tab. Each tab should have a URL that ends in '.pdf'. 

If you want to download all of the PDFs on a certain website, you will need to open each PDF into it's own tab first.

2. Click the extension button to begin downloading. The PDFs should all download one after another.

💁For best results, it is recommended that you do not use Chrome's "Ask where to save each file before downloading" setting. Otherwise, a new save dialogue will appear for each PDF and you will need to click save each time. To find this setting, click the three dots ⋮ in Chrome and click Settings. Then select Downloads in the left hand menu.                    

확장 프로그램 기본 정보

이름 Download All PDFs Download All PDFs
ID fjfclchnmkilojpjkfhngijlomhnendk
공식 URL https://chromewebstore.google.com/detail/download-all-pdfs/fjfclchnmkilojpjkfhngijlomhnendk
설명 Download All PDFs is your ultimate solution for swiftly downloading all of the PDFs you have open in you browser. Instructions:…
파일 크기 127 KB
설치 횟수 11,519
현재 버전 0.1
최근 업데이트 2024-01-11
출시 날짜 2021-06-15
평점 3.47/5 총 15 개의 평점
개발자 Alex Wright (alexwmw)
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download All PDFs",
    "version": "0.1",
    "permissions": [
        "tabs",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.js",
            "background.js"
        ],
        "persistent": false
    }
}