Print email without logo
Print email content without email service provider logo for Gmail™.
¿Qué es Print email without logo?
Print email without logo es una extensión de Chrome desarrollada por https://zhang.su, y su función principal es "Print email content without email service provider logo for Gmail™.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Print email without logo
Descarga archivos de extensión Print email without logo en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
What's New * Mar 10, 2015 The accidentally removed email date is now restored * Jan 19, 2015 The email address in the top right corner is also removed =========================== Ever annoyed by Google including the Gmail™ logo in the header when printing an email? Tired of repeating the same procedure using the Chrome™ devtools to remove the image? Here is an app for you that automatically removes the logo for you when you print! No more nightmare. After installing this extension, the logo will be automatically removed in the "printer-friendly" page when printing Gmail™. Open sourced at https://github.com/zhangsu/print-email-without-logo Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions. Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Información Básica de la Extensión
Nombre | Print email without logo |
ID | niooegglpelonkgbeejcplccleadcfdc |
URL Oficial | https://chromewebstore.google.com/detail/print-email-without-logo/niooegglpelonkgbeejcplccleadcfdc |
Descripción | Print email content without email service provider logo for Gmail™. |
Tamaño del Archivo | 4.93 KB |
Cantidad de Instalaciones | 6,806 |
Versión Actual | 0.0.5 |
Última Actualización | 2015-03-11 |
Fecha de Publicación | 2015-03-10 |
Calificación | 4.76/5 Total de 25 Calificaciones |
Desarrollador | https://zhang.su |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/zhangsu/print-email-without-logo |
URL de la Página de Ayuda | https://github.com/zhangsu/print-email-without-logo/issues/new |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Print email without logo", "version": "0.0.5", "manifest_version": 2, "description": "Print email content without email service provider logo for Gmail\u2122.", "homepage_url": "https:\/\/github.com\/zhangsu\/print-email-without-logo", "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/mail\/*&view=pt*" ], "js": [ "js\/hide_logo.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "css\/hide_logo.css" ] } |