Easy Print

Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…

Was ist Easy Print?

Easy Print ist eine Chrome-Erweiterung, die von nell48473 entwickelt wurde, und ihr Hauptmerkmal ist "Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…".

Erweiterungsscreenshots

screenshot

Easy Print-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Print-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy Print with Yahoo Sponsored Web Search.

Simply Paste any URL into the Input Field to Generate a Printer Friendly Page without Ads & Formatted Automatically. 

View Our Privacy Page at: https://easyprintapp.net/app/privacy.html                    

Grundlegende Informationen zur Erweiterung

Name Easy Print Easy Print
ID jfabhgjkkoljkpemojjfdhgckdbendaj
Offizielle URL https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj
Beschreibung Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
Dateigröße 757 KB
Installationsanzahl 42,297
Aktuelle Version 1.0.0.3
Letztes Update 2024-02-15
Veröffentlichungsdatum 2023-08-13
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler nell48473
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://easyprintapp.net/app/privacy.html
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "short_name": "Easy Print",
    "name": "Easy Print",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.easyprintapp.net\/*"
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.printfriendly.com https:\/\/easyprintapp.net https:\/\/www.easyprintapp.net https:\/\/safebrowsing.googleapis.com; script-src 'self'; style-src 'self' https:\/\/cdn.printfriendly.com 'unsafe-inline'; object-src 'self'; img-src 'self' https:\/\/easyprintapp.net * data:;"
    }
}