Printer Friendly Gmail

Removes Gmail content from header when printing an email.

Co to jest Printer Friendly Gmail?

Printer Friendly Gmail to rozszerzenie Chrome opracowane przez travisty-, a jego główną funkcją jest „Removes Gmail content from header when printing an email.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Printer Friendly Gmail

Pobierz pliki rozszerzeń Printer Friendly Gmail w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Printer Friendly Gmail Printer Friendly Gmail
ID ikehhajkadegiobmdlmajippigldcnma
Oficjalny URL https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma
Opis Removes Gmail content from header when printing an email.
Rozmiar pliku 57.45 KB
Liczba instalacji 811
Aktualna Wersja 0.0.0.3
Ostatnia Aktualizacja 2016-06-19
Data Publikacji 2016-06-19
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper travisty-
Typ Płatności free
Strona Rozszerzenia https://github.com/travisty-/printer-friendly-gmail
Obsługiwane Języki 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"
            ]
        }
    ]
}