PDF Mage
Click to save page as PDF
Что такое PDF Mage?
PDF Mage - это расширение Chrome, разработанное https://pdfmage.org, и его основная функция - "Click to save page as PDF".
Снимки экрана расширения
Скачать файл CRX расширения PDF Mage
Скачайте файлы расширений PDF Mage в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
PDF Mage lets you save the page you are currently viewing as a high quality PDF file.
Features:
- Saves a page with a single click of a button
- Works with any page you are currently viewing, even if it requires a login
- No watermarks applied
- Automatically downloads the saved PDF file
- Capable of saving parts of a web page as PDF
Note: this extension requires an Internet connection to operate. It uses an external API to convert a web page into a PDF file and lets you download the file once the conversion is completed. Основная информация о расширении
| Название | |
| ID | gknphemhpcknkhegndlihchfonpdcben |
| Официальный URL | https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben |
| Описание | Click to save page as PDF |
| Размер файла | 120 KB |
| Количество установок | 78,388 |
| Текущая Версия | 2.1.12 |
| Последнее Обновление | 2022-08-15 |
| Дата публикации | 2020-07-03 |
| Рейтинг | 4.12/5 Всего 245 оценок |
| Разработчик | https://pdfmage.org |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://pdfmage.org/ |
| URL страницы политики конфиденциальности | https://pdfmage.org/home/privacypolicy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PDF Mage",
"version": "2.1.12",
"manifest_version": 2,
"description": "Click to save page as PDF",
"options_page": "options.html",
"browser_action": {
"default_icon": "images\/icon_16.png",
"default_popup": "popup.html"
},
"icons": {
"16": "images\/icon_16.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"downloads",
"storage",
"contextMenus",
" | |