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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gmail Mono Gmail Mono
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
}