Website to PDF

Convert entire website to PDF file

Co to jest Website to PDF?

Website to PDF to rozszerzenie Chrome opracowane przez Nikolay Gechev, a jego główną funkcją jest „Convert entire website to PDF file”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Website to PDF

Pobierz pliki rozszerzeń Website to PDF 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

                        You are able to convert entire website (Limit of pages is 39) to one PDF file or to print it. It is recommended to use a page address with format http://example.com/section1/partition2 to convert only pages into section1/partition2.

If something does not working as expect, please add URL address and short description.                    

Podstawowe informacje o rozszerzeniu

Nazwa Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
Oficjalny URL https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Opis Convert entire website to PDF file
Rozmiar pliku 140 KB
Liczba instalacji 10,400
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2020-12-06
Data Publikacji 2019-04-02
Ocena 2.25/5 Łącznie 36 Oceny
Deweloper Nikolay Gechev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website to PDF",
    "description": "Convert entire website to PDF file",
    "icons": {
        "64": "printer64x64.png",
        "48": "printer48x48.png",
        "24": "printer24x24.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}