Webpage to PDF

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

Τι είναι το Webpage to PDF;

Το Webpage to PDF είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://grabz.it, και η κύρια λειτουργία του είναι "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Webpage to PDF

Λήψη αρχείων επέκτασης Webpage to PDF σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
Επίσημο URL https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Περιγραφή Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Μέγεθος Αρχείου 244 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.0.9
Τελευταία Ενημέρωση 2024-02-26
Ημερομηνία Δημοσίευσης 2023-11-08
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://grabz.it
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://grabz.it/
Διεύθυνση URL της Σελίδας Βοήθειας https://grabz.it/contact/
URL της Σελίδας Πολιτικής Απορρήτου https://grabz.it/legal/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}