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
官方網址 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\/"
            ]
        }
    ]
}