Printer Friendly Gmail
Removes Gmail content from header when printing an email.
Co je Printer Friendly Gmail?
Printer Friendly Gmail je rozšíření Chrome vyvinuté travisty-, a jeho hlavní funkcí je „Removes Gmail content from header when printing an email.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Printer Friendly Gmail
Stáhněte si soubory rozšíření Printer Friendly Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Printer Friendly Gmail |
ID | ikehhajkadegiobmdlmajippigldcnma |
Oficiální URL | https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma |
Popis | Removes Gmail content from header when printing an email. |
Velikost souboru | 57.45 KB |
Počet instalací | 811 |
Aktuální Verze | 0.0.0.3 |
Poslední Aktualizace | 2016-06-19 |
Datum Vydání | 2016-06-19 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | travisty- |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/travisty-/printer-friendly-gmail |
Podporované Jazyky | 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" ] } ] } |