Gmail Mono
Changes display of plain-text mails and compose window to a monospace font.
Wat is Gmail Mono?
Gmail Mono is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Changes display of plain-text mails and compose window to a monospace font.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gmail Mono
Download Gmail Mono-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Gmail Mono |
ID | cockeompoklmhodfbhbmnphfhpogmnbf |
Officiële URL | https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf |
Beschrijving | Changes display of plain-text mails and compose window to a monospace font. |
Bestandsgrootte | 213 KB |
Aantal Installaties | 357 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2018-08-06 |
Publicatiedatum | 2018-08-06 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/ls42/gmail-mono |
Help Pagina-URL | https://github.com/ls42/gmail-mono |
Ondersteunde Talen | 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 } |