Gmail Mono
Changes display of plain-text mails and compose window to a monospace font.
Qu'est-ce que Gmail Mono ?
Gmail Mono est une extension Chrome développée par Unknown, et sa fonction principale est "Changes display of plain-text mails and compose window to a monospace font.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gmail Mono
Téléchargez les fichiers d'extension Gmail Mono au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Gmail Mono |
ID | cockeompoklmhodfbhbmnphfhpogmnbf |
URL Officiel | https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf |
Description | Changes display of plain-text mails and compose window to a monospace font. |
Taille du Fichier | 213 KB |
Nombre d'Installations | 357 |
Version Actuelle | 0.0.0.2 |
Dernière Mise à Jour | 2018-08-06 |
Date de Publication | 2018-08-06 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ls42/gmail-mono |
URL de la Page d'Aide | https://github.com/ls42/gmail-mono |
Langues Prises en Charge | 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 } |