Gmail Mono

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

Was ist Gmail Mono?

Gmail Mono ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Changes display of plain-text mails and compose window to a monospace font.".

Erweiterungsscreenshots

screenshot

Gmail Mono-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Mono-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail Mono Gmail Mono
ID cockeompoklmhodfbhbmnphfhpogmnbf
Offizielle URL https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf
Beschreibung Changes display of plain-text mails and compose window to a monospace font.
Dateigröße 213 KB
Installationsanzahl 357
Aktuelle Version 0.0.0.2
Letztes Update 2018-08-06
Veröffentlichungsdatum 2018-08-06
Bewertung 4.83/5 Insgesamt 6 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/ls42/gmail-mono
Hilfeseite URL https://github.com/ls42/gmail-mono
Unterstützte Sprachen 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
}