Gmail reverse conversation

The addon which reverse emails in conversation view.

Gmail reverse conversation क्या है?

Gmail reverse conversation spaj द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The addon which reverse emails in conversation view."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gmail reverse conversation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Gmail reverse conversation Gmail reverse conversation
ID kfgepjmmgamniaefbjlbacahkjjnjoaa
आधिकारिक URL https://chromewebstore.google.com/detail/gmail-reverse-conversatio/kfgepjmmgamniaefbjlbacahkjjnjoaa
विवरण The addon which reverse emails in conversation view.
फ़ाइल का आकार 9.49 KB
स्थापना संख्या 376,793
वर्तमान संस्करण 0.0.8
अंतिम अपडेट 2023-08-02
प्रकाशन तिथि 2018-11-23
रेटिंग 4.70/5 कुल 236 रेटिंग्स
डेवलपर spaj
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/redribbon/gmail-reverse
समर्थित भाषाएँ 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\/*"
            ]
        }
    ]
}