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
} | |