Printer Friendly Gmail
Removes Gmail content from header when printing an email.
What is Printer Friendly Gmail?
Printer Friendly Gmail is a Chrome extension developed by travisty-, and its main feature is "Removes Gmail content from header when printing an email.".
Extension Screenshots
Download Printer Friendly Gmail Extension CRX File
Download Printer Friendly Gmail extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Printer Friendly Gmail |
ID | ikehhajkadegiobmdlmajippigldcnma |
Official URL | https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma |
Description | Removes Gmail content from header when printing an email. |
File Size | 57.45 KB |
Installation Count | 811 |
Current Version | 0.0.0.3 |
Last Updated | 2016-06-19 |
Publish Date | 2016-06-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | travisty- |
Payment Type | free |
Extension Website | https://github.com/travisty-/printer-friendly-gmail |
Supported Languages | 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" ] } ] } |