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…

O que é Easy Print?

Easy Print é uma extensão do Chrome desenvolvida por nell48473, e sua principal característica é "Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…".

Capturas de Tela da Extensão

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

                        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                    

Informações Básicas da Extensão

Nome Easy Print Easy Print
ID jfabhgjkkoljkpemojjfdhgckdbendaj
URL Oficial https://chromewebstore.google.com/detail/easy-print/jfabhgjkkoljkpemojjfdhgckdbendaj
Descrição Browse the Web & Print URL's & Documents in Print Friendly Format without Ads. Easy Print will Change Your New Tab Page to Easy…
Tamanho do Arquivo 757 KB
Contagem de Instalações 42,297
Versão Atual 1.0.0.3
Última Atualização 2024-02-15
Data de Publicação 2023-08-13
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor nell48473
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://easyprintapp.net/app/privacy.html
Idiomas Suportados 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:;"
    }
}