Print email without logo
Print email content without email service provider logo for Gmail™.
Print email without logoคืออะไร?
Print email without logo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zhang.su และคุณลักษณะหลักของมันคือ "Print email content without email service provider logo for Gmail™."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Print email without logo
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |