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.

¿Qué es GMail Label Styler?

GMail Label Styler es una extensión de Chrome desarrollada por Mike Scalora, y su función principal es "Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión GMail Label Styler

Descarga archivos de extensión GMail Label Styler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre GMail Label Styler GMail Label Styler
ID bdabigdipmikljbdbmglcjlhpnoagfjb
URL Oficial https://chromewebstore.google.com/detail/gmail-label-styler/bdabigdipmikljbdbmglcjlhpnoagfjb
Descripción Set GMail message viewer and editor styles by label. e.g. mailing list messages that are best viewed with a monospace font.
Tamaño del Archivo 30.79 KB
Cantidad de Instalaciones 85
Versión Actual 0.8
Última Actualización 2020-05-11
Fecha de Publicación 2020-05-11
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador Mike Scalora
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}