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 |
官方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 } } |