Save to PDF for free with this tool
Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed
O que é Save to PDF for free with this tool?
Save to PDF for free with this tool é uma extensão do Chrome desenvolvida por https://pdf.co, e sua principal característica é "Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save to PDF for free with this tool
Baixe arquivos de extensão Save to PDF for free with this tool 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
Save to PDF is a free extension created by PDF.co and ByteScout team. The two websites offer free and paid tools. PDF.co is made for end-users and offers uniquely free tools. It has recently launched a series of extensions and apps available on Google Chrome Store. The goal of the extension is make its usage as easy as possible for users. Just go there and choose a web page you need to save as PDF. When you click the button - the extension automatically proceeds with the convertion. The final document can be downloaded instantly to your computer. The tool works with Google Drive. The tool is available for FREE TRIAL for 1 MONTH. The extended plan can be purchased: Basic, Personal or Business. The API for developer is available at PDF.co
Informações Básicas da Extensão
Nome | |
ID | hakdgiengeknbifmjdjhpgphpdbhccca |
URL Oficial | https://chrome.google.com/webstore/detail/save-to-pdf-for-free-with/hakdgiengeknbifmjdjhpgphpdbhccca |
Descrição | Save to PDF online. it's quick and it's easy, stores webpage as PDF that can be downloaded and printed |
Tamanho do Arquivo | 6.1 KB |
Contagem de Instalações | 3,236 |
Versão Atual | 1.0.19.424 |
Última Atualização | 2019-04-26 |
Data de Publicação | 2019-04-26 |
Classificação | 2.20/5 Total de 10 Avaliações |
Desenvolvedor | https://pdf.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://pdf.co/webpage-to-pdf |
URL da Página de Política de Privacidade | https://pdf.co/pages/legal/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "author": "Email: [email protected] website: https:\/\/pdf.co", "version": "1.0.19.424", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "short_name": "__MSG_appShortName__", "background": { "scripts": [ "bg.js" ] }, "browser_action": { "default_title": "__MSG_appShortName__" }, "permissions": [ "tabs" ], "icons": { "128": "icon128.png" } } |