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 - это расширение Chrome, разработанное Alex Wright (alexwmw), и его основная функция - "Download All PDFs is your ultimate solution for swiftly downloading all of the PDFs you have open in you browser. Instructions:…".
Снимки экрана расширения
Скачать файл CRX расширения Download All PDFs
Скачайте файлы расширений 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. Основная информация о расширении
| Название | |
| 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
}
} | |