ShowSubjectGmail

Always show the subject field when replying in Gmail!

¿Qué es ShowSubjectGmail?

ShowSubjectGmail es una extensión de Chrome desarrollada por nouvellecollection, y su función principal es "Always show the subject field when replying in Gmail!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ShowSubjectGmail

Descarga archivos de extensión ShowSubjectGmail 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

                        When replying to an email in Gmail, the "subject" field is not displayed by default. Fix this with tiny "ShowSubjectGmail" extension. Tiny? Yes, it's only 2 KB!

Contact: [email protected]                    

Información Básica de la Extensión

Nombre ShowSubjectGmail ShowSubjectGmail
ID hcgpoobeoeoahbhfcdabdjciflibpdal
URL Oficial https://chromewebstore.google.com/detail/showsubjectgmail/hcgpoobeoeoahbhfcdabdjciflibpdal
Descripción Always show the subject field when replying in Gmail!
Tamaño del Archivo 3.12 KB
Cantidad de Instalaciones 1,543
Versión Actual 1.0
Última Actualización 2018-06-13
Fecha de Publicación 2018-06-13
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador nouvellecollection
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShowSubjectGmail",
    "version": "1.0",
    "description": "Always show the subject field when replying in Gmail!",
    "content_scripts": [
        {
            "css": [
                "fix.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/*"
    ]
}