Printer Friendly Gmail
Removes Gmail content from header when printing an email.
Printer Friendly Gmailとは何ですか?
Printer Friendly Gmailはtravisty-によって開発されたChromeの拡張機能で、その主な機能は「Removes Gmail content from header when printing an email.」です。
拡張機能のスクリーンショット
Printer Friendly Gmail拡張機能のCRXファイルをダウンロード
Printer Friendly Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } ] } |