Printer Friendly Gmail
Removes Gmail content from header when printing an email.
O que é Printer Friendly Gmail?
Printer Friendly Gmail é uma extensão do Chrome desenvolvida por travisty-, e sua principal característica é "Removes Gmail content from header when printing an email.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Printer Friendly Gmail
Baixe arquivos de extensão Printer Friendly Gmail 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
On the rare occasion that I need to print an email, I always find myself removing the Gmail header elements through Chrome's Developer Tools. This simple extension automates that process, so you can get back to browsing Reddit or whatever.
Informações Básicas da Extensão
Nome | Printer Friendly Gmail |
ID | ikehhajkadegiobmdlmajippigldcnma |
URL Oficial | https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma |
Descrição | Removes Gmail content from header when printing an email. |
Tamanho do Arquivo | 57.45 KB |
Contagem de Instalações | 811 |
Versão Atual | 0.0.0.3 |
Última Atualização | 2016-06-19 |
Data de Publicação | 2016-06-19 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | travisty- |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/travisty-/printer-friendly-gmail |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Printer Friendly Gmail", "version": "0.0.0.3", "manifest_version": 2, "description": "Removes Gmail content from header when printing an email.", "homepage_url": "https:\/\/github.com\/travisty-\/printer-friendly-gmail", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*&view=pt*" ], "css": [ "css\/friendly.css" ] } ] } |