Gmail Mono
Changes display of plain-text mails and compose window to a monospace font.
什么是Gmail Mono?
Gmail Mono是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Changes display of plain-text mails and compose window to a monospace font.”。
扩展截图
下载Gmail Mono扩展crx文件
下载Gmail Mono扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This plugin sets the font for the display of text-only emails to a monospace font. It also modifies the compose window. Default text for plain-text emails is also monospace, and it limits the (displayed) line-length to 72 characters. 扩展基本信息
| 名称 | |
| ID | cockeompoklmhodfbhbmnphfhpogmnbf |
| 官方URL | https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf |
| 简介 | Changes display of plain-text mails and compose window to a monospace font. |
| 文件大小 | 213 KB |
| 安装次数 | 357 |
| 当前版本 | 0.0.0.2 |
| 更新时间 | 2018-08-06 |
| 上架时间 | 2018-08-06 |
| 评分 | 4.83/5 共6次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/ls42/gmail-mono |
| 帮助页面URL | https://github.com/ls42/gmail-mono |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gmail Mono",
"version": "0.0.0.2",
"description": "Changes display of plain-text mails and compose window to a monospace font.",
"content_scripts": [
{
"css": [
"styles.css"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"manifest_version": 2
} | |