Printet
Printet allows you to convert web pages to PDF.
O que é Printet?
Printet é uma extensão do Chrome desenvolvida por https://printet.io, e sua principal característica é "Printet allows you to convert web pages to PDF.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Printet
Baixe arquivos de extensão Printet 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
Printet is an online service and Web API which allow you to convert HTML pages to PDF. Printet chrome plugin lets you convert any web page to a PDF file and either download the file or push it to your Dropbox account. Sign up now for a free account at https://printet.io and start converting HTML pages to PDF. Once you register, go to profile page and copy your API key to plugin option page. If you want to push PDF files to your Dropbox account, just associate it with your Printet account from Profile/Connected Accounts
Informações Básicas da Extensão
Nome | Printet |
ID | pgdflgdejgmnlhdgmcbhabmdbdanaiga |
URL Oficial | https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga |
Descrição | Printet allows you to convert web pages to PDF. |
Tamanho do Arquivo | 74.38 KB |
Contagem de Instalações | 88 |
Versão Atual | 1.0.1 |
Última Atualização | 2013-12-31 |
Data de Publicação | 2013-12-30 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://printet.io |
Tipo de Pagamento | free |
Site da Extensão | https://printet.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Printet", "description": "Printet allows you to convert web pages to PDF.", "version": "1.0.1", "icons": { "128": "logo128x128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "notifications", "downloads", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Print this page", "default_icon": "icon.png" }, "options_page": "options.html" } |