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™.」です。
拡張機能のスクリーンショット
Print email without logo拡張機能のCRXファイルをダウンロード
Print email without logo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } |