GMail Label Styler

Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.

GMail Label Stylerคืออะไร?

GMail Label Styler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Scalora และคุณลักษณะหลักของมันคือ "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GMail Label Styler

ดาวน์โหลดไฟล์ส่วนขยาย GMail Label Styler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Note: updated for the latest GMail as of 2020-05-11

Enables user to apply CSS to GMail message viewer and editor for selected labels only. Created for mailing list message viewing and editing that works best with monospace fonts but useful in many situations. Configuring CSS properties and one or more label names.

Can be used to increase font size in GMail editor without causing the email to be sent in the larger font or even rich text (HTML) format. Only affects your view of the message in the editor, not the recipient.                    

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

ชื่อ GMail Label Styler GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb
คำอธิบาย Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
ขนาดไฟล์ 30.79 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 0.8
อัปเดตครั้งล่าสุด 2020-05-11
วันที่เผยแพร่ 2020-05-11
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Mike Scalora
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GMail Label Styler",
    "description": "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.",
    "version": "0.8",
    "permissions": [
        "https:\/\/mail.google.com\/",
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "zepto.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}