Webpage to PDF
Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Что такое Webpage to PDF?
Webpage to PDF - это расширение Chrome, разработанное https://grabz.it, и его основная функция - "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".
Снимки экрана расширения
Скачать файл CRX расширения Webpage to PDF
Скачайте файлы расширений Webpage to PDF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Quickly convert any webpage to a PDF document. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling. Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!
Основная информация о расширении
Название | Webpage to PDF |
ID | jhblddikdaedhaajknaedddoimchpdfj |
Официальный URL | https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj |
Описание | Convert any web page to a PDF document that resembles as closely as possible what you see in the browser. |
Размер файла | 244 KB |
Количество установок | 21 |
Текущая Версия | 1.0.9 |
Последнее Обновление | 2024-02-26 |
Дата публикации | 2023-11-08 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | https://grabz.it |
Электронная почта | [email protected] |
Тип оплаты | in_app |
Официальный сайт расширения | https://grabz.it/ |
URL страницы помощи | https://grabz.it/contact/ |
URL страницы политики конфиденциальности | https://grabz.it/legal/privacy-policy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage to PDF", "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.", "version": "1.0.9", "options_page": "options.html", "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "host_permissions": [ "*:\/\/grabz.it\/*" ], "permissions": [ "activeTab", "storage", "scripting", "downloads" ], "icons": { "48": "icon48.png", "64": "icon64.png", "96": "icon.png", "128": "icon128.png" } } |