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.

Wat is GMail Label Styler?

GMail Label Styler is een Chrome-extensie ontwikkeld door Mike Scalora, en de belangrijkste functie is "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GMail Label Styler

Download GMail Label Styler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GMail Label Styler GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
Officiële URL https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb
Beschrijving Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
Bestandsgrootte 30.79 KB
Aantal Installaties 85
Huidige Versie 0.8
Laatst Bijgewerkt 2020-05-11
Publicatiedatum 2020-05-11
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar Mike Scalora
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}