Printet

Printet allows you to convert web pages to PDF.

Qu'est-ce que Printet ?

Printet est une extension Chrome développée par https://printet.io, et sa fonction principale est "Printet allows you to convert web pages to PDF.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Printet

Téléchargez les fichiers d'extension Printet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
URL Officiel https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Description Printet allows you to convert web pages to PDF.
Taille du Fichier 74.38 KB
Nombre d'Installations 88
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-12-31
Date de Publication 2013-12-30
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://printet.io
Type de Paiement free
Site Web de l'Extension https://printet.io
Langues Prises en Charge 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"
}