Gmail Mono
Changes display of plain-text mails and compose window to a monospace font.
Vad är Gmail Mono?
Gmail Mono är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Changes display of plain-text mails and compose window to a monospace font.".
Tilläggsskärmbilder
Ladda ner Gmail Mono-förlängningens CRX-fil
Ladda ner Gmail Mono-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | cockeompoklmhodfbhbmnphfhpogmnbf |
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf |
| Beskrivning | Changes display of plain-text mails and compose window to a monospace font. |
| Filstorlek | 213 KB |
| Antal Installationer | 357 |
| Aktuell Version | 0.0.0.2 |
| Senast Uppdaterad | 2018-08-06 |
| Publiceringsdatum | 2018-08-06 |
| Betyg | 4.83/5 Totalt 6 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ls42/gmail-mono |
| Hjälpsida URL | https://github.com/ls42/gmail-mono |
| Stödda Språk | 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
} | |