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ファイルをダウンロード

Download All PDFs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)
Eメール [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
    }
}