Print email without logo

Print email content without email service provider logo for Gmail™.

Wat is Print email without logo?

Print email without logo is een Chrome-extensie ontwikkeld door https://zhang.su, en de belangrijkste functie is "Print email content without email service provider logo for Gmail™.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Print email without logo

Download Print email without logo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Print email without logo Print email without logo
ID niooegglpelonkgbeejcplccleadcfdc
Officiële URL https://chromewebstore.google.com/detail/print-email-without-logo/niooegglpelonkgbeejcplccleadcfdc
Beschrijving Print email content without email service provider logo for Gmail™.
Bestandsgrootte 4.93 KB
Aantal Installaties 6,806
Huidige Versie 0.0.5
Laatst Bijgewerkt 2015-03-11
Publicatiedatum 2015-03-10
Beoordeling 4.76/5 Totaal 25 Beoordelingen
Ontwikkelaar https://zhang.su
Betalingswijze free
Extensiewebsite https://github.com/zhangsu/print-email-without-logo
Help Pagina-URL https://github.com/zhangsu/print-email-without-logo/issues/new
Ondersteunde Talen 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"
    ]
}