Printet
Printet allows you to convert web pages to PDF.
¿Qué es Printet?
Printet es una extensión de Chrome desarrollada por https://printet.io, y su función principal es "Printet allows you to convert web pages to PDF.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Printet
Descarga archivos de extensión Printet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Printet |
ID | pgdflgdejgmnlhdgmcbhabmdbdanaiga |
URL Oficial | https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga |
Descripción | Printet allows you to convert web pages to PDF. |
Tamaño del Archivo | 74.38 KB |
Cantidad de Instalaciones | 88 |
Versión Actual | 1.0.1 |
Última Actualización | 2013-12-31 |
Fecha de Publicación | 2013-12-30 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | https://printet.io |
Tipo de Pago | free |
Sitio Web de la Extensión | https://printet.io |
Idiomas Soportados | 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" } |