PrintFriendly - Print and PDF Web Pages

Make web pages printer-friendly and convert them to PDFs. Easily remove ads and navigation, and customize what you print or PDF.

Τι είναι το PrintFriendly - Print and PDF Web Pages;

Το PrintFriendly - Print and PDF Web Pages είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.printfriendly.com, και η κύρια λειτουργία του είναι "Make web pages printer-friendly and convert them to PDFs. Easily remove ads and navigation, and customize what you print or PDF.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PrintFriendly - Print and PDF Web Pages

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

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

                        Since 2009, PrintFriendly has helped millions of people create printer-friendly versions of web pages and convert web pages to high quality PDFs. PrintFriendly removes ads and navigation, and enables you to customize the pages before you print or PDF them.

🎉 Effortless Printing
You can print web pages with just a click, eliminating unwanted elements such as ads, navigation bars, and sidebars. Experience clean and well-formatted printouts that save paper and ink.

🪄 PDF Conversion Made Easy
Seamlessly convert web pages to professional-looking PDF documents. Preserve the original formatting, including text, images, and links. Save web pages for offline use or share them with others effortlessly.

💯 Customizable Output
Tailor your printed documents and PDFs to meet your exact needs.  You can adjust font sizes and remove specific images or paragraphs. Enhance readability and focus on essential information.

Upgrade your printing and PDF conversion experience today! Install PrintFriendly and unlock the power of clean, optimized printing and PDF documents.

🗞️ In the News

Business Insider: “[It] strips away all the ads, navigation controls, and other unnecessary elements from a webpage that you want to print, share via email, or save as a PDF. You'll be amazed at how compact many webpages will seem in this stripped-down form.”

Hubspot: “The extension removes ads and other cluttering elements from the web page to turn it into a pleasant reading experience.”

PCWorld: “In short, it’s Web-page printing the way it should be. [It] will save you time, paper, and ink, and on those merits alone, it’s a must-have addition to Chrome.”

----------------------------------------------

By using this extension, you agree to our Terms of Service and Privacy Policy:

🤝 Terms of Service:

https://www.printfriendly.com/terms

📃 Privacy Policy:

https://www.printfriendly.com/privacy

----------------------------------------------

🛠 Change Log:

3.5.3 — 2024-02-29 — When right clicking the "Download Your PDF" button, the "Save Link As..." option works properly again.                    

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

Όνομα PrintFriendly - Print and PDF Web Pages PrintFriendly - Print and PDF Web Pages
ID ohlencieiipommannpdfcmfdpjjmeolj
Επίσημο URL https://chromewebstore.google.com/detail/printfriendly-print-and-p/ohlencieiipommannpdfcmfdpjjmeolj
Περιγραφή Make web pages printer-friendly and convert them to PDFs. Easily remove ads and navigation, and customize what you print or PDF.
Μέγεθος Αρχείου 301 KB
Αριθμός Εγκαταστάσεων 1,208,849
Τρέχουσα Έκδοση 3.5.3
Τελευταία Ενημέρωση 2024-03-01
Ημερομηνία Δημοσίευσης 2020-06-08
Αξιολόγηση 4.35/5 Συνολικά 2407 Αξιολογήσεις
Προγραμματιστής https://www.printfriendly.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.printfriendly.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://support.printfriendly.com/
URL της Σελίδας Πολιτικής Απορρήτου https://www.printfriendly.com/privacy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,da,et,es,hr,it,lt,hu,pl,sk,sl,sv,sr,iw,th,ar,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrintFriendly - Print and PDF Web Pages",
    "manifest_version": 3,
    "version": "3.5.3",
    "description": "Make web pages printer-friendly and convert them to PDFs. Easily remove ads and navigation, and customize what you print or PDF.",
    "homepage_url": "https:\/\/www.printfriendly.com",
    "permissions": [
        "activeTab",
        "contextMenus",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "images\/print-friendly-16px.png",
        "48": "images\/print-friendly-48px.png",
        "128": "images\/print-friendly-128px.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "images\/print-friendly-green-19px.png",
            "24": "images\/print-friendly-green-19px.png",
            "32": "images\/print-friendly-green-19px.png"
        },
        "default_title": "PrintFriendly - Print and PDF Web Pages"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "core.html",
                "algo.html",
                "print_sandbox_page.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-popups allow-modals allow-downloads; script-src 'self'; child-src 'self';"
    },
    "sandbox": {
        "pages": [
            "print_sandbox_page.html"
        ]
    },
    "default_locale": "en",
    "options_ui": {
        "page": "options.html"
    },
    "incognito": "split"
}