Printer Friendly Gmail
Removes Gmail content from header when printing an email.
Printer Friendly Gmailคืออะไร?
Printer Friendly Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย travisty- และคุณลักษณะหลักของมันคือ "Removes Gmail content from header when printing an email."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Printer Friendly Gmail
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |