Gmail Mono

Changes display of plain-text mails and compose window to a monospace font.

What is Gmail Mono?

Gmail Mono is a Chrome extension developed by Unknown, and its main feature is "Changes display of plain-text mails and compose window to a monospace font.".

Extension Screenshots

screenshot

Download Gmail Mono Extension CRX File

Download Gmail Mono extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Gmail Mono Gmail Mono
ID cockeompoklmhodfbhbmnphfhpogmnbf
Official URL https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf
Description Changes display of plain-text mails and compose window to a monospace font.
File Size 213 KB
Installation Count 357
Current Version 0.0.0.2
Last Updated 2018-08-06
Publish Date 2018-08-06
Rating 4.83/5 Total 6 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/ls42/gmail-mono
Help Page URL https://github.com/ls42/gmail-mono
Supported Languages 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
}