Printet

Printet allows you to convert web pages to PDF.

What is Printet?

Printet is a Chrome extension developed by https://printet.io, and its main feature is "Printet allows you to convert web pages to PDF.".

Extension Screenshots

screenshot

Download Printet Extension CRX File

Download Printet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
Official URL https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Description Printet allows you to convert web pages to PDF.
File Size 74.38 KB
Installation Count 88
Current Version 1.0.1
Last Updated 2013-12-31
Publish Date 2013-12-30
Rating 1.00/5 Total 1 Ratings
Developer https://printet.io
Payment Type free
Extension Website https://printet.io
Supported Languages 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"
}