Gmail Mono

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

Hvad er Gmail Mono?

Gmail Mono er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Changes display of plain-text mails and compose window to a monospace font.".

Udvidelsesskærmbilleder

screenshot

Download Gmail Mono-udvidelses-CRX-fil

Download Gmail Mono-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail Mono Gmail Mono
ID cockeompoklmhodfbhbmnphfhpogmnbf
Officiel URL https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf
Beskrivelse Changes display of plain-text mails and compose window to a monospace font.
Filstørrelse 213 KB
Antal Installationer 357
Nuværende Version 0.0.0.2
Senest Opdateret 2018-08-06
Udgivelsesdato 2018-08-06
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Udvidelseswebsted https://github.com/ls42/gmail-mono
Hjælpeside-URL https://github.com/ls42/gmail-mono
Understøttede Sprog 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
}