gmail neue
Gmail with Neue fonts
什么是gmail neue?
gmail neue是由awinecki开发的Chrome扩展程序,该扩展的主要功能是“Gmail with Neue fonts”。
扩展截图
下载gmail neue扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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
}
]
} | |