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. 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |