Printet

Printet allows you to convert web pages to PDF.

Wat is Printet?

Printet is een Chrome-extensie ontwikkeld door https://printet.io, en de belangrijkste functie is "Printet allows you to convert web pages to PDF.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Printet

Download Printet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
Officiële URL https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Beschrijving Printet allows you to convert web pages to PDF.
Bestandsgrootte 74.38 KB
Aantal Installaties 88
Huidige Versie 1.0.1
Laatst Bijgewerkt 2013-12-31
Publicatiedatum 2013-12-30
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://printet.io
Betalingswijze free
Extensiewebsite https://printet.io
Ondersteunde Talen 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"
}