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 |
| 官方網址 | 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"
]
}
]
} | |