Gmail Mono

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

Gmail Mono là gì?

Gmail Mono là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Changes display of plain-text mails and compose window to a monospace font.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gmail Mono

Tải xuống các tệp mở rộng Gmail Mono dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gmail Mono Gmail Mono
ID cockeompoklmhodfbhbmnphfhpogmnbf
URL Chính Thức https://chromewebstore.google.com/detail/gmail-mono/cockeompoklmhodfbhbmnphfhpogmnbf
Mô tả Changes display of plain-text mails and compose window to a monospace font.
Kích Thước Tệp 213 KB
Số Lần Cài Đặt 357
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2018-08-06
Ngày Phát Hành 2018-08-06
Đánh Giá 4.83/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ls42/gmail-mono
URL Trang Trợ Giúp https://github.com/ls42/gmail-mono
Ngôn Ngữ Được Hỗ Trợ 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
}