Easy Print

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

Qu'est-ce que Easy Print ?

Easy Print est une extension Chrome développée par easyprintapp10, et sa fonction principale est "Easy Print extension provides a way to print and modify page content of open tabs from your browser.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Easy Print

Téléchargez les fichiers d'extension Easy Print au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/)                    

Informations de Base sur l'Extension

Nom Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
URL Officiel https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
Description Easy Print extension provides a way to print and modify page content of open tabs from your browser.
Taille du Fichier 522 KB
Nombre d'Installations 1,103
Version Actuelle 1.22.620
Dernière Mise à Jour 2022-07-12
Date de Publication 2022-07-11
Développeur easyprintapp10
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://easyprint.app/privacy-policy
Langues Prises en Charge 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
}