gmail neue
Gmail with Neue fonts
gmail neueคืออะไร?
gmail neue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย awinecki และคุณลักษณะหลักของมันคือ "Gmail with Neue fonts"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gmail neue
ดาวน์โหลดไฟล์ส่วนขยาย gmail neue ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Gmail Neue is a very simple extension changing the way Gmail looks on Mac computers. - It changes fonts to Helvetica Neue (granted you have it installed on your system), and makes several other typography fixes - Background color tweaked Recommended use with Soft Grey theme, but looks ok with the default as well. Best results on retina screens.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | gmail neue |
ID | njgkbgfkgecignmhfnehgcnkndppbpph |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gmail-neue/njgkbgfkgecignmhfnehgcnkndppbpph |
คำอธิบาย | Gmail with Neue fonts |
ขนาดไฟล์ | 5.68 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2014-07-19 |
วันที่เผยแพร่ | 2014-07-19 |
ผู้พัฒนา | awinecki |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "css": [ "styles\/gmail.css" ], "run_at": "document_end", "all_frames": false } ] } |