Gmail reverse conversation

The addon which reverse emails in conversation view.

¿Qué es Gmail reverse conversation?

Gmail reverse conversation es una extensión de Chrome desarrollada por spaj, y su función principal es "The addon which reverse emails in conversation view.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Gmail reverse conversation

Descarga archivos de extensión Gmail reverse conversation 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

                        Gmail reverse conversation (thread) view.
Do you like newest message on the top in conversation view? 
Now you can do it with this simple addon.  It reverse email order in thread.

No javascript, css only.

Instruction:
https://gitlab.com/redribbon/gmail-reverse/blob/master/README.md

Source code:
https://gitlab.com/redribbon/gmail-reverse                    

Información Básica de la Extensión

Nombre Gmail reverse conversation Gmail reverse conversation
ID kfgepjmmgamniaefbjlbacahkjjnjoaa
URL Oficial https://chromewebstore.google.com/detail/gmail-reverse-conversatio/kfgepjmmgamniaefbjlbacahkjjnjoaa
Descripción The addon which reverse emails in conversation view.
Tamaño del Archivo 9.49 KB
Cantidad de Instalaciones 376,793
Versión Actual 0.0.8
Última Actualización 2023-08-02
Fecha de Publicación 2018-11-23
Calificación 4.70/5 Total de 236 Calificaciones
Desarrollador spaj
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://gitlab.com/redribbon/gmail-reverse
Idiomas Soportados en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/gmail-reverse-conversation.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "The addon which reverse emails in conversation view.",
    "icons": {
        "24": "img\/icon_24.png",
        "48": "img\/icon_48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIcVFporR1avQJz5el4dLlP9leM3s\/pm3DX6zvPg0PNzTDNg0Qu9Y+dxjbdjJuToeMaQlwfct+qG\/QRaz3AQT5iKaHiwN\/OuPzyXcUjidfHS7kuz2O94kfaYDDu5VKbx+FlEuwdeepOldOxaqZSIOYFOLa9PI+wDbXkwTWUnq2ONE3XzBMlv4y0E7WHwfam3tKVq8y28OGlg6PrhPlb21npgRyV7A4uQf5OlI4KCs8g4V14K9pTpJ\/p5Zg6g6l+3nUmS\/3aPw2ldSZYbS3iB58cF7nuSFbwossatVWrJTVctFTRq6KMfcN\/A6jJzrpXHY+oHaDojMpss9woIpthG7wIDAQAB",
    "manifest_version": 3,
    "name": "Gmail reverse conversation",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.8",
    "web_accessible_resources": [
        {
            "resources": [
                "js\/gmail-reverse-conversation.js",
                "img\/*.png",
                "css\/gmail-reverse-conversation.css"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ]
}