Print email without logo
Print email content without email service provider logo for Gmail™.
Qu'est-ce que Print email without logo ?
Print email without logo est une extension Chrome développée par https://zhang.su, et sa fonction principale est "Print email content without email service provider logo for Gmail™.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Print email without logo
Téléchargez les fichiers d'extension Print email without logo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Print email without logo |
ID | niooegglpelonkgbeejcplccleadcfdc |
URL Officiel | https://chromewebstore.google.com/detail/print-email-without-logo/niooegglpelonkgbeejcplccleadcfdc |
Description | Print email content without email service provider logo for Gmail™. |
Taille du Fichier | 4.93 KB |
Nombre d'Installations | 6,806 |
Version Actuelle | 0.0.5 |
Dernière Mise à Jour | 2015-03-11 |
Date de Publication | 2015-03-10 |
Évaluation | 4.76/5 Total 25 Évaluations |
Développeur | https://zhang.su |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/zhangsu/print-email-without-logo |
URL de la Page d'Aide | https://github.com/zhangsu/print-email-without-logo/issues/new |
Langues Prises en Charge | 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" ] } |