Printer Friendly Gmail

Removes Gmail content from header when printing an email.

Qu'est-ce que Printer Friendly Gmail ?

Printer Friendly Gmail est une extension Chrome développée par travisty-, et sa fonction principale est "Removes Gmail content from header when printing an email.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Printer Friendly Gmail

Téléchargez les fichiers d'extension Printer Friendly Gmail 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

                        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.                    

Informations de Base sur l'Extension

Nom Printer Friendly Gmail Printer Friendly Gmail
ID ikehhajkadegiobmdlmajippigldcnma
URL Officiel https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma
Description Removes Gmail content from header when printing an email.
Taille du Fichier 57.45 KB
Nombre d'Installations 811
Version Actuelle 0.0.0.3
Dernière Mise à Jour 2016-06-19
Date de Publication 2016-06-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur travisty-
Type de Paiement free
Site Web de l'Extension https://github.com/travisty-/printer-friendly-gmail
Langues Prises en Charge 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"
            ]
        }
    ]
}