Gaaiho PDF
Convert a web page to PDF
Что такое Gaaiho PDF?
Gaaiho PDF - это расширение Chrome, разработанное ZEON Corporation, и его основная функция - "Convert a web page to PDF".
Снимки экрана расширения
Скачать файл CRX расширения Gaaiho PDF
Скачайте файлы расширений Gaaiho PDF в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Designed for Google Chrome, Gaaiho PDF is a plug-in from Gaaiho PDF Driver 4 which enables you to convert webpages to PDF right inside the browser. Further, you may also right-click a link and select to convert link target to PDF. This way, you can convert the webpage to PDF without having to personally open it. Main features: Convert current webpage to PDF Convert current webpage and add to existing PDF Convert current webpage and send as email attachment Convert current webpage and send to supported DMS Right-click a link and select to convert link target to PDF Right-click a link and select to convert link target to existing PDF Rich layout settings provide page size and orientation options
Основная информация о расширении
Название | |
ID | mkgcpfcgacncdlfgpejodcdnoliaihkd |
Официальный URL | https://chrome.google.com/webstore/detail/gaaiho-pdf/mkgcpfcgacncdlfgpejodcdnoliaihkd |
Описание | Convert a web page to PDF |
Размер файла | 25.17 KB |
Количество установок | 1,000 |
Текущая Версия | 1.0.0.3 |
Последнее Обновление | 2017-05-07 |
Дата публикации | 2017-05-07 |
Рейтинг | 1.58/5 Всего 19 оценок |
Разработчик | ZEON Corporation |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.gaaiho.com |
URL страницы помощи | https://support.gaaiho.com |
Поддерживаемые языки | en,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "default_locale": "en", "name": "__MSG_web2pdfExtnName__", "description": "__MSG_web2pdfExtnDescription__", "background": { "page": "background.html" }, "browser_action": { "default_icon": "skin\/action_disabled_19x19.png", "default_title": "__MSG_web2pdfBrowserActionDisabledToolTip__" }, "content_scripts": [ { "js": [ "web2pdfgetdom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "permissions": [ "contextMenus", "webNavigation", "nativeMessaging", "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "icons": { "16": "skin\/logo_16x16.png", "48": "skin\/logo_48x48.png", "128": "skin\/logo_128x128.png" }, "version": "1.0.0.3", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |