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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में GMail Label Styler एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}