Website to PDF

Convert entire website to PDF file

Co je Website to PDF?

Website to PDF je rozšíření Chrome vyvinuté Nikolay Gechev, a jeho hlavní funkcí je „Convert entire website to PDF file“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Website to PDF

Stáhněte si soubory rozšíření Website to PDF ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
Oficiální URL https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Popis Convert entire website to PDF file
Velikost souboru 140 KB
Počet instalací 10,400
Aktuální Verze 1.1
Poslední Aktualizace 2020-12-06
Datum Vydání 2019-04-02
Hodnocení 2.25/5 Celkem 36 Hodnocení
Vývojář Nikolay Gechev
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": []
}