Print email without logo

Print email content without email service provider logo for Gmail™.

Print email without logo란 무엇입니까?

Print email without logo은(는) https://zhang.su에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Print email content without email service provider logo for Gmail™."입니다.

확장 프로그램 스크린샷

screenshot

Print email without logo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        What's New

* Mar 10, 2015
The accidentally removed email date is now restored

* Jan 19, 2015
The email address in the top right corner is also removed

===========================

Ever annoyed by Google including the Gmail™ logo in the header when printing an email? Tired of repeating the same procedure using the Chrome™ devtools to remove the image? Here is an app for you that automatically removes the logo for you when you print! No more nightmare.

After installing this extension, the logo will be automatically removed in the "printer-friendly" page when printing Gmail™.

Open sourced at https://github.com/zhangsu/print-email-without-logo

Gmail is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

Chrome is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Print email without logo Print email without logo
ID niooegglpelonkgbeejcplccleadcfdc
공식 URL https://chromewebstore.google.com/detail/print-email-without-logo/niooegglpelonkgbeejcplccleadcfdc
설명 Print email content without email service provider logo for Gmail™.
파일 크기 4.93 KB
설치 횟수 6,806
현재 버전 0.0.5
최근 업데이트 2015-03-11
출시 날짜 2015-03-10
평점 4.76/5 총 25 개의 평점
개발자 https://zhang.su
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zhangsu/print-email-without-logo
도움말 페이지 URL https://github.com/zhangsu/print-email-without-logo/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Print email without logo",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Print email content without email service provider logo for Gmail\u2122.",
    "homepage_url": "https:\/\/github.com\/zhangsu\/print-email-without-logo",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/mail\/*&view=pt*"
            ],
            "js": [
                "js\/hide_logo.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/hide_logo.css"
    ]
}