Printet

Printet allows you to convert web pages to PDF.

Cos'è Printet?

Printet è un'estensione di Chrome sviluppata da https://printet.io, e la sua funzione principale è "Printet allows you to convert web pages to PDF.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Printet

Scarica i file di estensione Printet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
URL Ufficiale https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Descrizione Printet allows you to convert web pages to PDF.
Dimensione del File 74.38 KB
Conteggio Installazioni 88
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-12-31
Data di Pubblicazione 2013-12-30
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://printet.io
Tipo di Pagamento free
Sito Web dell'Estensione https://printet.io
Lingue Supportate 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"
}