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:…”。
擴展截圖
下載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 |
ID | fjfclchnmkilojpjkfhngijlomhnendk |
官方網址 | 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 } } |