Printet

Printet allows you to convert web pages to PDF.

Co to jest Printet?

Printet to rozszerzenie Chrome opracowane przez https://printet.io, a jego główną funkcją jest „Printet allows you to convert web pages to PDF.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Printet

Pobierz pliki rozszerzeń Printet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Printet Printet
ID pgdflgdejgmnlhdgmcbhabmdbdanaiga
Oficjalny URL https://chromewebstore.google.com/detail/printet/pgdflgdejgmnlhdgmcbhabmdbdanaiga
Opis Printet allows you to convert web pages to PDF.
Rozmiar pliku 74.38 KB
Liczba instalacji 88
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2013-12-31
Data Publikacji 2013-12-30
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://printet.io
Typ Płatności free
Strona Rozszerzenia https://printet.io
Obsługiwane Języki 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"
}