Gmail Mono
Changes display of plain-text mails and compose window to a monospace font.
Что такое Gmail Mono?
Gmail Mono - это расширение Chrome, разработанное Unknown, и его основная функция - "Changes display of plain-text mails and compose window to a monospace font.".
Снимки экрана расширения
Скачать файл CRX расширения Gmail Mono
Скачайте файлы расширений Gmail Mono в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | cockeompoklmhodfbhbmnphfhpogmnbf |
| Официальный URL | https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf |
| Описание | Changes display of plain-text mails and compose window to a monospace font. |
| Размер файла | 213 KB |
| Количество установок | 357 |
| Текущая Версия | 0.0.0.2 |
| Последнее Обновление | 2018-08-06 |
| Дата публикации | 2018-08-06 |
| Рейтинг | 4.83/5 Всего 6 оценок |
| Разработчик | Unknown |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/ls42/gmail-mono |
| URL страницы помощи | https://github.com/ls42/gmail-mono |
| Поддерживаемые языки | 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
} | |