Webpage to PDF

Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.

Co je Webpage to PDF?

Webpage to PDF je rozšíření Chrome vyvinuté https://grabz.it, a jeho hlavní funkcí je „Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

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

Stáhněte si soubory rozšíření Webpage 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í

                        Quickly convert any webpage to a PDF document. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling.

Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!                    

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

Název Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
Oficiální URL https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Popis Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Velikost souboru 244 KB
Počet instalací 21
Aktuální Verze 1.0.9
Poslední Aktualizace 2024-02-26
Datum Vydání 2023-11-08
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář https://grabz.it
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://grabz.it/
URL Stránky Nápovědy https://grabz.it/contact/
URL Stránky Zásad Ochrany Soukromí https://grabz.it/legal/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to PDF",
    "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.",
    "version": "1.0.9",
    "options_page": "options.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/grabz.it\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon.png",
        "128": "icon128.png"
    }
}