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.
擴展基本資訊
名稱 | Gmail Mono |
ID | cockeompoklmhodfbhbmnphfhpogmnbf |
官方網址 | 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 } |