Printer Friendly Gmail

Removes Gmail content from header when printing an email.

Printer Friendly Gmail là gì?

Printer Friendly Gmail là một tiện ích mở rộng Chrome được phát triển bởi travisty-, và tính năng chính của nó là "Removes Gmail content from header when printing an email.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Printer Friendly Gmail

Tải xuống các tệp mở rộng Printer Friendly Gmail dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Printer Friendly Gmail Printer Friendly Gmail
ID ikehhajkadegiobmdlmajippigldcnma
URL Chính Thức https://chromewebstore.google.com/detail/printer-friendly-gmail/ikehhajkadegiobmdlmajippigldcnma
Mô tả Removes Gmail content from header when printing an email.
Kích Thước Tệp 57.45 KB
Số Lần Cài Đặt 811
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2016-06-19
Ngày Phát Hành 2016-06-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển travisty-
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/travisty-/printer-friendly-gmail
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}