Gaaiho PDF
Convert a web page to PDF
O que é Gaaiho PDF?
Gaaiho PDF é uma extensão do Chrome desenvolvida por ZEON Corporation, e sua principal característica é "Convert a web page to PDF".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Gaaiho PDF
Baixe arquivos de extensão Gaaiho PDF no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | mkgcpfcgacncdlfgpejodcdnoliaihkd |
URL Oficial | https://chrome.google.com/webstore/detail/gaaiho-pdf/mkgcpfcgacncdlfgpejodcdnoliaihkd |
Descrição | Convert a web page to PDF |
Tamanho do Arquivo | 25.17 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.0.0.3 |
Última Atualização | 2017-05-07 |
Data de Publicação | 2017-05-07 |
Classificação | 1.58/5 Total de 19 Avaliações |
Desenvolvedor | ZEON Corporation |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.gaaiho.com |
URL da Página de Ajuda | https://support.gaaiho.com |
Idiomas Suportados | 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 } |