Gmail Conversation Thread Reversal

Gmail Conversation Thread Reversal - show the latest email first

什么是Gmail Conversation Thread Reversal?

Gmail Conversation Thread Reversal是由vanitamundhra开发的Chrome扩展程序,该扩展的主要功能是“Gmail Conversation Thread Reversal - show the latest email first”。

扩展截图

screenshot

下载Gmail Conversation Thread Reversal扩展crx文件

下载Gmail Conversation Thread Reversal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Gmail Email Thread Reverse is a Chrome Extension that reverses the order of your Gmail threads so that the most recent messages appear at the top of the threads or page. In other words, it alters the sequence of Gmail email threads from chronological to reverse chronological order.

How can I install the Gmail Email Thread Reverse?
To install the Gmail Email Thread Reverse, you can visit its Chrome Web Store page and click the "Add to Chrome" button. Once you have completed this step, the installation process is complete.                    

扩展基本信息

名称 Gmail Conversation Thread Reversal Gmail Conversation Thread Reversal
ID dcndepobapcpcoglblfbmcbfijmkieeo
官方URL https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo
简介 Gmail Conversation Thread Reversal - show the latest email first
文件大小 12.47 KB
安装次数 2,771
当前版本 1.1
更新时间 2023-03-30
上架时间 2023-03-26
评分 1.67/5 共3次评分
开发者 vanitamundhra
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://shorelineanimation.com/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gmail Conversation Thread Reversal",
    "description": "Gmail Conversation Thread Reversal - show the latest email first",
    "version": "1.1",
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "action": {
        "default_icon": "email-reverse-thread.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/mail\/u\/0\/"
            ]
        }
    ]
}