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.

Was ist GMail Label Styler?

GMail Label Styler ist eine Chrome-Erweiterung, die von Mike Scalora entwickelt wurde, und ihr Hauptmerkmal ist "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.".

Erweiterungsscreenshots

screenshot

GMail Label Styler-Erweiterungs-CRX-Datei herunterladen

Laden Sie GMail Label Styler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name GMail Label Styler GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
Offizielle URL https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb
Beschreibung Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
Dateigröße 30.79 KB
Installationsanzahl 85
Aktuelle Version 0.8
Letztes Update 2020-05-11
Veröffentlichungsdatum 2020-05-11
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler Mike Scalora
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}