Easy Print

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

O que é Easy Print?

Easy Print é uma extensão do Chrome desenvolvida por easyprintapp10, e sua principal característica é "Easy Print extension provides a way to print and modify page content of open tabs from your browser.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Easy Print

Baixe arquivos de extensão Easy Print no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Easy Print Easy Print
ID ekeajhgcfbclgdnmfjdnpdfmaficebka
URL Oficial https://chromewebstore.google.com/detail/easy-print/ekeajhgcfbclgdnmfjdnpdfmaficebka
Descrição Easy Print extension provides a way to print and modify page content of open tabs from your browser.
Tamanho do Arquivo 522 KB
Contagem de Instalações 1,103
Versão Atual 1.22.620
Última Atualização 2022-07-12
Data de Publicação 2022-07-11
Desenvolvedor easyprintapp10
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://easyprint.app/privacy-policy
Idiomas Suportados 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
}