Webpage to PDF

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

Co to jest Webpage to PDF?

Webpage to PDF to rozszerzenie Chrome opracowane przez https://grabz.it, a jego główną funkcją jest „Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Webpage to PDF

Pobierz pliki rozszerzeń Webpage 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
Oficjalny URL https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Opis Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Rozmiar pliku 244 KB
Liczba instalacji 21
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2024-02-26
Data Publikacji 2023-11-08
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper https://grabz.it
E-mail [email protected]
Typ Płatności in_app
Strona Rozszerzenia https://grabz.it/
Adres URL Strony Pomocy https://grabz.it/contact/
Adres URL Strony Polityki Prywatności https://grabz.it/legal/privacy-policy
Obsługiwane Języki 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"
    }
}