Gmail Conversation Thread Reversal
Gmail Conversation Thread Reversal - show the latest email first
Co je Gmail Conversation Thread Reversal?
Gmail Conversation Thread Reversal je rozšíření Chrome vyvinuté vanitamundhra, a jeho hlavní funkcí je „Gmail Conversation Thread Reversal - show the latest email first“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Gmail Conversation Thread Reversal
Stáhněte si soubory rozšíření Gmail Conversation Thread Reversal ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Gmail Conversation Thread Reversal |
ID | dcndepobapcpcoglblfbmcbfijmkieeo |
Oficiální URL | https://chromewebstore.google.com/detail/gmail-conversation-thread/dcndepobapcpcoglblfbmcbfijmkieeo |
Popis | Gmail Conversation Thread Reversal - show the latest email first |
Velikost souboru | 12.47 KB |
Počet instalací | 2,771 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2023-03-30 |
Datum Vydání | 2023-03-26 |
Hodnocení | 1.67/5 Celkem 3 Hodnocení |
Vývojář | vanitamundhra |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | http://shorelineanimation.com/ |
Podporované Jazyky | 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\/" ] } ] } |