Printer Friendly Gmail

Removes Gmail content from header when printing an email.

ما هو Printer Friendly Gmail؟

Printer Friendly Gmail هو إضافة Chrome تم تطويرها بواسطة travisty-، والميزة الرئيسية لها هي "Removes Gmail content from header when printing an email.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Printer Friendly Gmail

قم بتنزيل ملفات الامتداد Printer Friendly Gmail بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Printer Friendly Gmail Printer Friendly Gmail
ID ikehhajkadegiobmdlmajippigldcnma
عنوان URL الرسمي https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma
الوصف Removes Gmail content from header when printing an email.
حجم الملف 57.45 KB
عدد التثبيتات 811
النسخة الحالية 0.0.0.3
آخر تحديث 2016-06-19
تاريخ النشر 2016-06-19
تقييم 5.00/5 مجموع تقييمات 3
المطور travisty-
نوع الدفع free
موقع الإضافة https://github.com/travisty-/printer-friendly-gmail
اللغات المدعومة 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"
            ]
        }
    ]
}