Printer Friendly Gmail

Removes Gmail content from header when printing an email.

Cos'è Printer Friendly Gmail?

Printer Friendly Gmail è un'estensione di Chrome sviluppata da travisty-, e la sua funzione principale è "Removes Gmail content from header when printing an email.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Printer Friendly Gmail

Scarica i file di estensione Printer Friendly Gmail in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Printer Friendly Gmail Printer Friendly Gmail
ID ikehhajkadegiobmdlmajippigldcnma
URL Ufficiale https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma
Descrizione Removes Gmail content from header when printing an email.
Dimensione del File 57.45 KB
Conteggio Installazioni 811
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2016-06-19
Data di Pubblicazione 2016-06-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore travisty-
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/travisty-/printer-friendly-gmail
Lingue Supportate 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"
            ]
        }
    ]
}