Easy Print

Easy Print extension provides a way to print and modify page content of open tabs from your browser.

Was ist Easy Print?

Easy Print ist eine Chrome-Erweiterung, die von easyprintapp10 entwickelt wurde, und ihr Hauptmerkmal ist "Easy Print extension provides a way to print and modify page content of open tabs from your browser.".

Erweiterungsscreenshots

screenshot
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

                        Print your Web pages in Print friendly format

This extension allows you to open Web pages in Readability format for easy Print. 

HOW TO USE THE PDF.Live CHROME EXTENSION
1. Install the Easy Print extension for Chrome.
2. Pin the extension for quick access.
3. Click on the extension icon to open active page in Print Friendly Format
4. Print.

By installing this extension, you agree to the Terms of Service (https://easyprint.app/terms-of-service/) and Privacy Policy (https://easyprint.app/privacy-policy/)                    

Grundlegende Informationen zur Erweiterung

Name Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
Offizielle URL https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
Beschreibung Easy Print extension provides a way to print and modify page content of open tabs from your browser.
Dateigröße 522 KB
Installationsanzahl 1,103
Aktuelle Version 1.22.620
Letztes Update 2022-07-12
Veröffentlichungsdatum 2022-07-11
Entwickler easyprintapp10
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://easyprint.app/privacy-policy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy Print",
    "short_name": "EasyPrint",
    "description": "Easy Print extension provides a way to print and modify page content of open tabs from your browser.",
    "version": "1.22.620",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Easy Print"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "history",
        "storage",
        "cookies",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/pages\/reader\/index.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}