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.

Co je GMail Label Styler?

GMail Label Styler je rozšíření Chrome vyvinuté Mike Scalora, a jeho hlavní funkcí je „Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření GMail Label Styler

Stáhněte si soubory rozšíření GMail Label Styler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název GMail Label Styler GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
Oficiální URL https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb
Popis Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
Velikost souboru 30.79 KB
Počet instalací 85
Aktuální Verze 0.8
Poslední Aktualizace 2020-05-11
Datum Vydání 2020-05-11
Hodnocení 4.50/5 Celkem 4 Hodnocení
Vývojář Mike Scalora
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}