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
Eメール [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\/"
            ]
        }
    ]
}