Printet

Printet allows you to convert web pages to PDF.

Was ist Printet?

Printet ist eine Chrome-Erweiterung, die von https://printet.io entwickelt wurde, und ihr Hauptmerkmal ist "Printet allows you to convert web pages to PDF.".

Erweiterungsscreenshots

screenshot

Printet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Printet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
Offizielle URL https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Beschreibung Printet allows you to convert web pages to PDF.
Dateigröße 74.38 KB
Installationsanzahl 88
Aktuelle Version 1.0.1
Letztes Update 2013-12-31
Veröffentlichungsdatum 2013-12-30
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler https://printet.io
Zahlungsart free
Erweiterungswebsite https://printet.io
Unterstützte Sprachen 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"
}